C# Class SIP_Agent.SarcasmException

Inheritance: System.Exception
Afficher le fichier Open project: anroots/SIP-Agent

Méthodes publiques

Méthode Description
SarcasmException ( ) : System
SarcasmException ( string message ) : System
SarcasmException ( string message, System inner ) : System

Méthodes protégées

Méthode Description
SarcasmException ( System info, System context ) : System

Method Details

SarcasmException() public méthode

public SarcasmException ( ) : System
Résultat System

SarcasmException() protected méthode

protected SarcasmException ( System info, System context ) : System
info System
context System
Résultat System

SarcasmException() public méthode

public SarcasmException ( string message ) : System
message string
Résultat System

SarcasmException() public méthode

public SarcasmException ( string message, System inner ) : System
message string
inner System
Résultat System