Amazon.APIGateway.AmazonAPIGatewayException.AmazonAPIGatewayException C# (CSharp) Метод

AmazonAPIGatewayException() публичный Метод

Construct instance of AmazonAPIGatewayException
public AmazonAPIGatewayException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public AmazonAPIGatewayException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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