EmbeddedNonStaticHandlerException Members
The EmbeddedNonStaticHandlerException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmbeddedNonStaticHandlerException()()()() |
Initializes a new EmbeddedNonStaticHandlerException instance.
|
|
EmbeddedNonStaticHandlerException(String) |
Initializes a new EmbeddedNonStaticHandlerException instance with a specified error message.
|
|
EmbeddedNonStaticHandlerException(String, Exception) |
Initializes a new EmbeddedNonStaticHandlerException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
EmbeddedNonStaticHandlerException(Type, String) |
Initializes a new EmbeddedNonStaticHandlerException instance and constructs an error message from the given information.
|
Fields
Name | Description | |
---|---|---|
DeclaringType |
The type containing the handler method.
|
|
HandlerMethodName |
The name of the handler method.
|