Class NotAccessibleError
Exception thrown when an attempt is made to access an unavailable value, such as a remote resource.
public class NotAccessibleError : Exception, ISerializable
- Inheritance
-
NotAccessibleError
- Implements
- Inherited Members
Constructors
NotAccessibleError()
Initializes a new instance of the NotAccessibleError class.
public NotAccessibleError()
NotAccessibleError(string)
Initializes a new instance of the NotAccessibleError class with a custom error message.
public NotAccessibleError(string message)
Parameters
message
stringThe custom error message.
NotAccessibleError(string, Exception)
Initializes a new instance of the NotAccessibleError class with a custom error message and an inner exception.
public NotAccessibleError(string message, Exception innerException)