DotNetWorkQueue.Exceptions.ReceiveMessageException.ReceiveMessageException C# (CSharp) Méthode

ReceiveMessageException() public méthode

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

Same methods

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