Class AmazonAccountIdException
Base exception for AccountId error.
public class AmazonAccountIdException : AmazonClientException, ISerializable
- Inheritance
-
AmazonAccountIdException
- Implements
- Inherited Members
Constructors
AmazonAccountIdException()
Construct an instance of AmazonAccountIdException
public AmazonAccountIdException()
AmazonAccountIdException(string)
Construct an instance of AmazonAccountIdException
public AmazonAccountIdException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
AmazonAccountIdException(string, Exception)
Construct an instance of AmazonAccountIdException
public AmazonAccountIdException(string message, Exception innerException)