Class AmazonSecretsManagerException
- Namespace
- Amazon.SecretsManager
- Assembly
- AWSSDK.SecretsManager.dll
Common exception for the SecretsManager service.
public class AmazonSecretsManagerException : AmazonServiceException
- Inheritance
-
AmazonSecretsManagerException
- Derived
Constructors
AmazonSecretsManagerException(Exception)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(Exception innerException)
Parameters
innerExceptionException
AmazonSecretsManagerException(string)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(string message)
Parameters
messagestring
AmazonSecretsManagerException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
AmazonSecretsManagerException(string, Exception)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(string message, Exception innerException)
Parameters
AmazonSecretsManagerException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode