C# Class Turn.Server.TurnServerException

Inheritance: System.Exception
ファイルを表示 Open project: vf1/turnserver

Public Methods

Method Description
TurnServerException ( ErrorCode errorCode ) : System
TurnServerException ( ErrorCode errorCode, string message ) : System

Method Details

TurnServerException() public method

public TurnServerException ( ErrorCode errorCode ) : System
errorCode ErrorCode
return System

TurnServerException() public method

public TurnServerException ( ErrorCode errorCode, string message ) : System
errorCode ErrorCode
message string
return System