Amazon.Lambda.Model.RequestTooLargeException.RequestTooLargeException C# (CSharp) Method

RequestTooLargeException() public method

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

Same methods

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