com.onlineobject.objectnet Namespace

EmbeddedInvalidHandlerSignatureException Members

The EmbeddedInvalidHandlerSignatureException type exposes the following members.

Constructors


  Name Description
Public method EmbeddedInvalidHandlerSignatureException()()()()
Initializes a new EmbeddedInvalidHandlerSignatureException instance.
Public method EmbeddedInvalidHandlerSignatureException(String)
Initializes a new EmbeddedInvalidHandlerSignatureException instance with a specified error message.
Public method EmbeddedInvalidHandlerSignatureException(String, Exception)
Initializes a new EmbeddedInvalidHandlerSignatureException instance with a specified error message and a reference to the inner exception that is the cause of this exception.
Public method EmbeddedInvalidHandlerSignatureException(Type, String)
Initializes a new EmbeddedInvalidHandlerSignatureException instance and constructs an error message from the given information.

Fields


  Name Description
Public field DeclaringType
The type containing the handler method.
Public field HandlerMethodName
The name of the handler method.