C# Класс Deveel.Data.Transactions.TransactionException

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

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

Метод Описание
TransactionException ( int errorCode ) : System
TransactionException ( int errorCode, string message ) : System
TransactionException ( int errorCode, string message, Exception innerException ) : System

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

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

public TransactionException ( int errorCode ) : System
errorCode int
Результат System

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

public TransactionException ( int errorCode, string message ) : System
errorCode int
message string
Результат System

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

public TransactionException ( int errorCode, string message, Exception innerException ) : System
errorCode int
message string
innerException System.Exception
Результат System