Class UnableToExecuteHandlerException
Raised when a handler cannot be executed
Inheritance
System.Object
UnableToExecuteHandlerException
Namespace: AzureFromTheTrenches.Commanding
Assembly: AzureFromTheTrenches.Commanding.dll
Syntax
public class UnableToExecuteHandlerException : Exception
Constructors
| Improve this Doc View SourceUnableToExecuteHandlerException()
Declaration
public UnableToExecuteHandlerException()
UnableToExecuteHandlerException(String)
Declaration
public UnableToExecuteHandlerException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
UnableToExecuteHandlerException(String, Exception)
Declaration
public UnableToExecuteHandlerException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| Exception | innerException |