Class CommandRegistrationException
An exception thrown if their is an issue registering commands
Inheritance
System.Object
CommandRegistrationException
Namespace: AzureFromTheTrenches.Commanding
Assembly: AzureFromTheTrenches.Commanding.dll
Syntax
public class CommandRegistrationException : Exception
Constructors
| Improve this Doc View SourceCommandRegistrationException(String)
Conmstructor
Declaration
public CommandRegistrationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message |