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
innerException
Exception
AmazonSecretsManagerException(string)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(string message)
Parameters
message
string
AmazonSecretsManagerException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of AmazonSecretsManagerException
public AmazonSecretsManagerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode