Constructor NotAViewException
NotAViewException()
Create a simple exception with no further explanation.
Declaration
public NotAViewException()
NotAViewException(String)
Create the exception with an explanation of the reason.
Declaration
public NotAViewException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
NotAViewException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public NotAViewException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |