Table of Contents

Class InternalException

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

This exception occurs due to unexpected causes.

public class InternalException : AmazonEventBridgeException
Inheritance
InternalException

Constructors

InternalException(Exception)

Construct instance of InternalException

public InternalException(Exception innerException)

Parameters

innerException Exception

InternalException(string)

Constructs a new InternalException with the specified error message.

public InternalException(string message)

Parameters

message string

Describes the error encountered.

InternalException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InternalException(string, Exception)

Construct instance of InternalException

public InternalException(string message, Exception innerException)

Parameters

message string
innerException Exception

InternalException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InternalException

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