C# Класс Tiraggo.Interfaces.tgConcurrencyException

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

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

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

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

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

public tgConcurrencyException ( string message ) : System
message string
Результат System

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

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