C# Класс Chinchilla.ChinchillaException

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

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

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

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

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

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

ChinchillaException() публичный метод

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

ChinchillaException() защищенный метод

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

ChinchillaException() публичный метод

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

ChinchillaException() публичный метод

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