DotNetWorkQueue.Exceptions.ReceiveMessageException.ReceiveMessageException C# (CSharp) 메소드

ReceiveMessageException() 공개 메소드

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

Same methods

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