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

Acts as a base class for EntitySpaces exceptions. EntitySpaces itself throws very few exceptions however. See tgConcurrencyException
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
tgException ( string message ) : System

Constructor

tgException ( string message, Exception innerException ) : System

Alternate Connstructor

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

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

Constructor
public tgException ( string message ) : System
message string The text of the exception.
Результат System

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

Alternate Connstructor
public tgException ( string message, Exception innerException ) : System
message string The text of the exception.
innerException System.Exception The exception we are wrapping
Результат System