Amazon.EC2.AmazonEC2Exception.AmazonEC2Exception C# (CSharp) Method

AmazonEC2Exception() public method

Construct instance of AmazonEC2Exception
public AmazonEC2Exception ( Exception innerException ) : System
innerException System.Exception
return System
        public AmazonEC2Exception(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

AmazonEC2Exception::AmazonEC2Exception ( System info, System context ) : System
AmazonEC2Exception::AmazonEC2Exception ( string message ) : System
AmazonEC2Exception::AmazonEC2Exception ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AmazonEC2Exception::AmazonEC2Exception ( string message, Exception innerException ) : System
AmazonEC2Exception::AmazonEC2Exception ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AmazonEC2Exception