次の方法で共有


CacheException Class

Definition

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)

Initializes a new instance of the CacheException class.

CacheException(String, Exception)

Initializes a new instance of the CacheException class.

Applies to