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

CommitException() public method

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

Same methods

CommitException::CommitException ( ) : System
CommitException::CommitException ( string message ) : System
CommitException