CacheException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception thrown by some members of the ICacheService when the operation cannot be completed.
public ref class CacheException : Exception
[System.Serializable]
public class CacheException : Exception
[<System.Serializable>]
type CacheException = class
inherit Exception
Public Class CacheException
Inherits Exception
- Inheritance
-
CacheException
- Attributes
Constructors
CacheException() |
Initializes a new instance of the CacheException class. |
CacheException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CacheException class. |
CacheException(String, Exception) |
Initializes a new instance of the CacheException class. |
CacheException(String) |
Initializes a new instance of the CacheException class. |