DataCacheException Constructor (String, Exception)
Initializes a new instance of the DataCacheException class; allows you to provide a message and another exception with the exception.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Parameters
- message
-
Type:
System.String
The message describing the exception.
- innerException
-
Type:
System.Exception
Another exception related to this exception.
Show: