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