Amazon.IotData.Model.RequestEntityTooLargeException.RequestEntityTooLargeException C# (CSharp) Method

RequestEntityTooLargeException() public method

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

Same methods

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