C# Класс Mike.Spikes.ExceptionHandling.ExceptionHandlingDemoException

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

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

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

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

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

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

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

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

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

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

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

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

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

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