C# Class SIP_Agent.SarcasmException

Inheritance: System.Exception
显示文件 Open project: anroots/SIP-Agent

Public Methods

Method Description
SarcasmException ( ) : System
SarcasmException ( string message ) : System
SarcasmException ( string message, System inner ) : System

Protected Methods

Method Description
SarcasmException ( System info, System context ) : System

Method Details

SarcasmException() public method

public SarcasmException ( ) : System
return System

SarcasmException() protected method

protected SarcasmException ( System info, System context ) : System
info System
context System
return System

SarcasmException() public method

public SarcasmException ( string message ) : System
message string
return System

SarcasmException() public method

public SarcasmException ( string message, System inner ) : System
message string
inner System
return System