C# Class eventphone.yate.YateException

Inheritance: Exception
Datei anzeigen Open project: eventphone/yate.net

Public Methods

Method Description
YateException ( ) : System
YateException ( SerializationInfo info, StreamingContext context ) : System
YateException ( string message ) : System
YateException ( string message, Exception innerException ) : System

Method Details

YateException() public method

public YateException ( ) : System
return System

YateException() public method

public YateException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

YateException() public method

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

YateException() public method

public YateException ( string message, Exception innerException ) : System
message string
innerException Exception
return System