Class AWSCommonRuntimeException
Exception thrown for issues related to the AWS Common Runtime (CRT)
public class AWSCommonRuntimeException : AmazonClientException, ISerializable
- Inheritance
-
AWSCommonRuntimeException
- Implements
- Inherited Members
Constructors
AWSCommonRuntimeException(string)
Initializes a new instance of an AWSCommonRuntimeException
public AWSCommonRuntimeException(string message)
Parameters
message
stringThe message that desribes the error
AWSCommonRuntimeException(string, Exception)
Initializes a new instance of an AWSCommonRuntimeException
public AWSCommonRuntimeException(string message, Exception innerException)