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

CommitException() public method

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

Same methods

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