C# Класс Por.Core.PorException

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

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

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

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

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

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

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

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

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

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

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

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

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

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