Class ProcessAWSCredentialException
Exception class to capture all exceptions encountered when starting or executing the "credential_process" process. If the user has specified an executable and the SDK is unable to execute it, the exception should be surfaces to the user instead of moving on to the next credential provider.
public class ProcessAWSCredentialException : Exception, ISerializable
- Inheritance
-
ProcessAWSCredentialException
- Implements
- Inherited Members
Constructors
ProcessAWSCredentialException(string)
public ProcessAWSCredentialException(string message)
Parameters
message
string
ProcessAWSCredentialException(string, Exception)
public ProcessAWSCredentialException(string message, Exception inner)