Table of Contents

Class InternalErrorException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

Indicates an internal service error.

public class InternalErrorException : AmazonSimpleNotificationServiceException
Inheritance
InternalErrorException

Constructors

InternalErrorException(Exception)

Construct instance of InternalErrorException

public InternalErrorException(Exception innerException)

Parameters

innerException Exception

InternalErrorException(string)

Constructs a new InternalErrorException with the specified error message.

public InternalErrorException(string message)

Parameters

message string

Describes the error encountered.

InternalErrorException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalErrorException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InternalErrorException(string, Exception)

Construct instance of InternalErrorException

public InternalErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

InternalErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalErrorException

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