C# Класс TypeLess.Tests.SomeException

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

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

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

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

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

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

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

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

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

protected SomeException ( System info, System context ) : System
info System
context System
Результат System

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

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

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

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