Table of Contents

Class AmazonFSxException

Namespace
Amazon.FSx
Assembly
AWSSDK.FSx.dll

Common exception for the FSx service.

public class AmazonFSxException : AmazonServiceException
Inheritance
AmazonFSxException
Derived

Constructors

AmazonFSxException(Exception)

Construct instance of AmazonFSxException

public AmazonFSxException(Exception innerException)

Parameters

innerException Exception

AmazonFSxException(string)

Construct instance of AmazonFSxException

public AmazonFSxException(string message)

Parameters

message string

AmazonFSxException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonFSxException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonFSxException(string, Exception)

Construct instance of AmazonFSxException

public AmazonFSxException(string message, Exception innerException)

Parameters

message string
innerException Exception

AmazonFSxException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonFSxException

public AmazonFSxException(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