Class InternalServiceErrorException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
An error occurred on the server side.
public class InternalServiceErrorException : AmazonSecretsManagerException
- Inheritance
-
InternalServiceErrorException
Constructors
InternalServiceErrorException(Exception)
Construct instance of InternalServiceErrorException
public InternalServiceErrorException(Exception innerException)
Parameters
innerException
Exception
InternalServiceErrorException(string)
Constructs a new InternalServiceErrorException with the specified error message.
public InternalServiceErrorException(string message)
Parameters
message
stringDescribes the error encountered.
InternalServiceErrorException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InternalServiceErrorException
public InternalServiceErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InternalServiceErrorException(string, Exception)
Construct instance of InternalServiceErrorException
public InternalServiceErrorException(string message, Exception innerException)
Parameters
InternalServiceErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InternalServiceErrorException
public InternalServiceErrorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode