Table of Contents

Class NotAccessibleError

Namespace
Microsoft.AutoGen.Contracts
Assembly
Microsoft.AutoGen.Contracts.dll

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 string

The 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)

Parameters

message string

The custom error message.

innerException Exception

The inner exception that caused this error.