Show / Hide Table of Contents

Class DockedViewNotFoundException

Exception thrown when there is an attempt to reference a view that is not docked

Inheritance
System.Object
System.Exception
DockedViewNotFoundException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
[Serializable]
public class DockedViewNotFoundException : Exception, ISerializable

Constructors

View Source

DockedViewNotFoundException()

Initializes a new instance of the DockedViewNotFoundException class.

Declaration
public DockedViewNotFoundException()
View Source

DockedViewNotFoundException(IViewProvider)

Initializes a new instance of the DockedViewNotFoundException class.

Declaration
public DockedViewNotFoundException(IViewProvider viewProvider)
Parameters
Type Name Description
IViewProvider viewProvider

The view provider for the view that is not docked.

View Source

DockedViewNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the DockedViewNotFoundException class.

Declaration
protected DockedViewNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

System.Runtime.Serialization.StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

View Source

DockedViewNotFoundException(String)

Initializes a new instance of the DockedViewNotFoundException class.

Declaration
public DockedViewNotFoundException(string message)
Parameters
Type Name Description
System.String message

The exception message.

View Source

DockedViewNotFoundException(String, Exception)

Initializes a new instance of the DockedViewNotFoundException class.

Declaration
public DockedViewNotFoundException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The exception message.

System.Exception innerException

The exception to use as the inner exception.

Properties

View Source

HeaderName

Gets and privately sets the Header Name.

Declaration
public string HeaderName { get; }
Property Value
Type Description
System.String

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExceptionExtensions.FormatLoaderExceptions(Exception)
ExceptionExtensions.FormatMessageAndStackTrace(Exception, Boolean)
  • View Source
In This Article
Back to top Generated by DocFX