Show / Hide Table of Contents

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 Source

UnableToExecuteHandlerException()

Declaration
public UnableToExecuteHandlerException()
| Improve this Doc View Source

UnableToExecuteHandlerException(String)

Declaration
public UnableToExecuteHandlerException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

UnableToExecuteHandlerException(String, Exception)

Declaration
public UnableToExecuteHandlerException(string message, Exception innerException)
Parameters
Type Name Description
System.String message
Exception innerException
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall