Table of Contents

Class ActiveDirectoryErrorException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

An Active Directory error.

public class ActiveDirectoryErrorException : AmazonFSxException
Inheritance
ActiveDirectoryErrorException

Constructors

ActiveDirectoryErrorException(Exception)

Construct instance of ActiveDirectoryErrorException

public ActiveDirectoryErrorException(Exception innerException)

Parameters

innerException Exception

ActiveDirectoryErrorException(string)

Constructs a new ActiveDirectoryErrorException with the specified error message.

public ActiveDirectoryErrorException(string message)

Parameters

message string

Describes the error encountered.

ActiveDirectoryErrorException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ActiveDirectoryErrorException

public ActiveDirectoryErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ActiveDirectoryErrorException(string, Exception)

Construct instance of ActiveDirectoryErrorException

public ActiveDirectoryErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

ActiveDirectoryErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ActiveDirectoryErrorException

public ActiveDirectoryErrorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

Properties

ActiveDirectoryId

Gets and sets the property ActiveDirectoryId.

The directory ID of the directory that an error pertains to.

public string ActiveDirectoryId { get; set; }

Property Value

string

Type

Gets and sets the property Type.

The type of Active Directory error.

public ActiveDirectoryErrorType Type { get; set; }

Property Value

ActiveDirectoryErrorType