Table of Contents

Class AmazonEventBridgeException

Namespace
Amazon.EventBridge
Assembly
AWSSDK.EventBridge.dll

Common exception for the EventBridge service.

public class AmazonEventBridgeException : AmazonServiceException
Inheritance
AmazonEventBridgeException
Derived

Constructors

AmazonEventBridgeException(Exception)

Construct instance of AmazonEventBridgeException

public AmazonEventBridgeException(Exception innerException)

Parameters

innerException Exception

AmazonEventBridgeException(string)

Construct instance of AmazonEventBridgeException

public AmazonEventBridgeException(string message)

Parameters

message string

AmazonEventBridgeException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonEventBridgeException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

AmazonEventBridgeException(string, Exception)

Construct instance of AmazonEventBridgeException

public AmazonEventBridgeException(string message, Exception innerException)

Parameters

message string
innerException Exception

AmazonEventBridgeException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of AmazonEventBridgeException

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