Class CantHandleException
Exception thrown when a handler cannot process the given message.
public class CantHandleException : Exception, ISerializable
- Inheritance
-
CantHandleException
- Implements
- Inherited Members
Constructors
CantHandleException()
Initializes a new instance of the CantHandleException class.
public CantHandleException()
CantHandleException(string)
Initializes a new instance of the CantHandleException class with a custom error message.
public CantHandleException(string message)
Parameters
message
stringThe custom error message.
CantHandleException(string, Exception)
Initializes a new instance of the CantHandleException class with a custom error message and an inner exception.
public CantHandleException(string message, Exception innerException)