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

ReceiveMessageException() public method

Initializes a new instance of the ReceiveMessageException class.
public ReceiveMessageException ( string message ) : System
message string The message that describes the error.
return System
        public ReceiveMessageException(string message) : base(message) { }
        /// <summary>

Same methods

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