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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
AmazonEventBridgeException(string, Exception)
Construct instance of AmazonEventBridgeException
public AmazonEventBridgeException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode