Class DockedViewNotFoundException
Exception thrown when there is an attempt to reference a view that is not docked
Inheritance
Implements
Inherited Members
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
[Serializable]
public class DockedViewNotFoundException : Exception, ISerializable
Constructors
View SourceDockedViewNotFoundException()
Initializes a new instance of the DockedViewNotFoundException class.
Declaration
public DockedViewNotFoundException()
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. |
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. |
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. |
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 SourceHeaderName
Gets and privately sets the Header Name.
Declaration
public string HeaderName { get; }
Property Value
Type | Description |
---|---|
System.String |