Amazon.CloudFront.Model.InvalidResponseCodeException.InvalidResponseCodeException C# (CSharp) Method

InvalidResponseCodeException() public method

Construct instance of InvalidResponseCodeException
public InvalidResponseCodeException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidResponseCodeException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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