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

CommitException() public method

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

Same methods

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