C# Класс DotNetWorkQueue.Exceptions.CommitException

Наследование: DotNetWorkQueueException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommitException ( ) : System

Initializes a new instance of the CommitException class.

CommitException ( string message ) : System

Initializes a new instance of the CommitException class.

CommitException ( string message, Exception inner ) : System

Initializes a new instance of the CommitException class.

Описание методов

CommitException() публичный Метод

Initializes a new instance of the CommitException class.
public CommitException ( ) : System
Результат System

CommitException() публичный Метод

Initializes a new instance of the CommitException class.
public CommitException ( string message ) : System
message string The message.
Результат System

CommitException() публичный Метод

Initializes a new instance of the CommitException class.
public CommitException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner.
Результат System