Amazon.StorageGateway.Model.InvalidGatewayRequestException.InvalidGatewayRequestException C# (CSharp) Method

InvalidGatewayRequestException() public method

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

Same methods

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