Méthode | Description | |
---|---|---|
CacheException ( ) : System |
Initializes a new instance of the CacheException class.
|
|
CacheException ( string message ) : System |
Initializes a new instance of the CacheException class with a specified error message.
|
|
CacheException ( string message, |
Initializes a new instance of the CacheException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public CacheException ( string message ) : System | ||
message | string | |
Résultat | System |
public CacheException ( string message, |
||
message | string | |
innerException | ||
Résultat | System |