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

ReceiveMessageException() public method

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( ) : System
return System
        public ReceiveMessageException() { }
        /// <summary>

Same methods

ReceiveMessageException::ReceiveMessageException ( string message ) : System
ReceiveMessageException::ReceiveMessageException ( string message, Exception inner ) : System
ReceiveMessageException