Amazon.XRay.AmazonXRayException.AmazonXRayException C# (CSharp) Method

AmazonXRayException() public method

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

Same methods

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