Class CommandFrameworkConfigurationException
Exception raised when the commanding system configuraiton is invalid
Inheritance
System.Object
CommandFrameworkConfigurationException
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public class CommandFrameworkConfigurationException : Exception
Constructors
| Improve this Doc View SourceCommandFrameworkConfigurationException(String)
Constructor
Declaration
public CommandFrameworkConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Error message |