Amazon.Route53.AmazonRoute53Exception.AmazonRoute53Exception C# (CSharp) Method

AmazonRoute53Exception() public method

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

Same methods

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