C# Класс SIP_Agent.SarcasmException

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

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

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

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

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

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

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

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

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

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

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

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

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

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