Amazon.Lambda.AmazonLambdaException.AmazonLambdaException C# (CSharp) Method

AmazonLambdaException() public method

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

Same methods

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