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
- innerExceptionException
InternalServiceErrorException(string)
Constructs a new InternalServiceErrorException with the specified error message.
public InternalServiceErrorException(string message)Parameters
- messagestring
- Describes 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
- messagestring
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode
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
- messagestring
- innerExceptionException
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode