C# Класс StoryTeller.StorytellerCatastrophicException

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

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

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

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

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

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

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

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

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

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

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

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

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

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