C# Класс Patchwork.Engine.PatchException

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

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

Метод Описание
PatchException ( ) : System
PatchException ( SerializationInfo info, StreamingContext c ) : System
PatchException ( string message ) : System
PatchException ( string message, Exception innerException ) : System

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

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

protected PatchException ( ) : System
Результат System

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

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

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

protected PatchException ( string message ) : System
message string
Результат System

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

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