Table of Contents

Class InternalServiceErrorException

Namespace
Amazon.SecretsManager.Model
Assembly
AWSSDK.SecretsManager.dll

An error occurred on the server side.

public class InternalServiceErrorException : AmazonSecretsManagerException
Inheritance
InternalServiceErrorException

Constructors

InternalServiceErrorException(Exception)

Construct instance of InternalServiceErrorException

public InternalServiceErrorException(Exception innerException)

Parameters

innerException Exception

InternalServiceErrorException(string)

Constructs a new InternalServiceErrorException with the specified error message.

public InternalServiceErrorException(string message)

Parameters

message string

Describes the error encountered.

InternalServiceErrorException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalServiceErrorException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InternalServiceErrorException(string, Exception)

Construct instance of InternalServiceErrorException

public InternalServiceErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

InternalServiceErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalServiceErrorException

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