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

CommitException() 공개 메소드

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

Same methods

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