DataCacheException Constructor

 

Initializes a new instance of the DataCacheException class.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Overload List

Name Description
System_CAPS_pubmethod DataCacheException()

Initializes a new instance of the DataCacheException class.

System_CAPS_protmethod DataCacheException(SerializationInfo, StreamingContext)

Initializes a new instance of the DataCacheException class; allows you to provide serialization information with the exception.

System_CAPS_pubmethod DataCacheException(String)

Initializes a new instance of the DataCacheException class; allows you to provide a message with the exception.

System_CAPS_pubmethod DataCacheException(String, Exception)

Initializes a new instance of the DataCacheException class; allows you to provide a message and another exception with the exception.

See Also

DataCacheException Class
Microsoft.ApplicationServer.Caching Namespace

Return to top