Class CacheConfigurationException
Inheritance
System.Object
CacheConfigurationException
Namespace: AzureFromTheTrenches.Commanding.Cache
Assembly: AzureFromTheTrenches.Commanding.Cache.dll
Syntax
public class CacheConfigurationException : Exception
Constructors
| Improve this Doc View SourceCacheConfigurationException()
Declaration
public CacheConfigurationException()
CacheConfigurationException(String)
Declaration
public CacheConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
CacheConfigurationException(String, Exception)
Declaration
public CacheConfigurationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | innerException |