DotNetWorkQueue.Exceptions.ReceiveMessageException.ReceiveMessageException C# (CSharp) Method

ReceiveMessageException() public method

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
return System
        public ReceiveMessageException(string message, Exception inner) : base(message, inner) { }
    }

Same methods

ReceiveMessageException::ReceiveMessageException ( ) : System
ReceiveMessageException::ReceiveMessageException ( string message ) : System
ReceiveMessageException