Show / Hide Table of Contents

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 Source

CacheConfigurationException()

Declaration
public CacheConfigurationException()
| Improve this Doc View Source

CacheConfigurationException(String)

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

CacheConfigurationException(String, Exception)

Declaration
public CacheConfigurationException(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