Class AmazonFSxException
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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
AmazonFSxException(string, Exception)
Construct instance of AmazonFSxException
public AmazonFSxException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode