Table of Contents

Class AmazonSecurityTokenServiceException

Namespace
Amazon.SecurityToken
Assembly
AWSSDK.SecurityToken.dll

Common exception for the SecurityTokenService service.

public class AmazonSecurityTokenServiceException : AmazonServiceException
Inheritance
AmazonSecurityTokenServiceException
Derived

Constructors

AmazonSecurityTokenServiceException(Exception)

Construct instance of AmazonSecurityTokenServiceException

public AmazonSecurityTokenServiceException(Exception innerException)

Parameters

innerException Exception

AmazonSecurityTokenServiceException(string)

Construct instance of AmazonSecurityTokenServiceException

public AmazonSecurityTokenServiceException(string message)

Parameters

message string

AmazonSecurityTokenServiceException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonSecurityTokenServiceException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonSecurityTokenServiceException(string, Exception)

Construct instance of AmazonSecurityTokenServiceException

public AmazonSecurityTokenServiceException(string message, Exception innerException)

Parameters

message string
innerException Exception

AmazonSecurityTokenServiceException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonSecurityTokenServiceException

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