Initializes a new instance of the NotCachedException class.

Overload List

  NameDescription
Public methodNotCachedException()()()()
Initializes a new instance of the NotCachedException class with default settings.
Public methodNotCachedException(CultureInfo)
Initializes a new instance of the NotCachedException class with default settings.
Public methodNotCachedException(String)
Initializes a new instance of the NotCachedException class with a specified cache value.
Public methodNotCachedException(CultureInfo, String)
Initializes a new instance of the NotCachedException class with a specified cache value.
Protected methodNotCachedException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotCachedException class with a specified error message.
Public methodNotCachedException(String, Exception)
Initializes a new instance of the NotCachedException class with a specified error message.
Public methodNotCachedException(CultureInfo, String, Exception)
Initializes a new instance of the NotCachedException class with a specified error message.

See Also