Class ActiveDirectoryErrorException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ActiveDirectoryErrorException(string, Exception)
Construct instance of ActiveDirectoryErrorException
public ActiveDirectoryErrorException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
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
Type
Gets and sets the property Type.
The type of Active Directory error.
public ActiveDirectoryErrorType Type { get; set; }