C# Class Amazon.Runtime.AmazonClientException

Inheritance: System.Exception
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AmazonClientException ( string message ) : System
AmazonClientException ( string message, Exception innerException ) : System

Protected Methods

Method Description
AmazonClientException ( System info, System context ) : System

Constructs a new instance of the AmazonClientException class with serialized data.

Method Details

AmazonClientException() protected method

Constructs a new instance of the AmazonClientException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected AmazonClientException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
return System

AmazonClientException() public method

public AmazonClientException ( string message ) : System
message string
return System

AmazonClientException() public method

public AmazonClientException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System