Skip to main content
Version: 1.0.0-preview.45

Velaptor.Content.Exceptions.CachingException

Velaptor​

Velaptor.Content.Exceptions​

CachingException Class​

Thrown when there is an issue caching items.

public sealed class CachingException : System.Exception

Inheritance System.Object → System.Exception → CachingException

Constructors​

CachingException() Constructor​

Initializes a new instance of the CachingException class.

public CachingException();

CachingException(string) Constructor​

Initializes a new instance of the CachingException class.

public CachingException(string message);

Parameters​

message System.String

The message that describes the error.

CachingException(string, Exception) Constructor​

Initializes a new instance of the CachingException class.

public CachingException(string message, System.Exception innerException);

Parameters​

message System.String

The message that describes the error.

innerException System.Exception

The System.Exception instance that caused the current exception.