Amazon.SQS.Model.MessageNotInflightException.MessageNotInflightException C# (CSharp) Method

MessageNotInflightException() public method

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

Same methods

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