C# Класс Pomona.Common.PomonaException

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

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

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

Защищенные методы

Метод Описание
PomonaException ( SerializationInfo info, StreamingContext context ) : System

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

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

public PomonaException ( ) : System
Результат System

PomonaException() защищенный Метод

protected PomonaException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

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

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

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