C# Class Telegram.MTProto.Network.TelegramSocketException

Inheritance: System.Exception
ファイルを表示 Open project: naphaso/kilogram

Public Methods

Method Description
TelegramSocketException ( string message ) : System
TelegramSocketException ( string message, Exception innerException ) : System

Method Details

TelegramSocketException() public method

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

TelegramSocketException() public method

public TelegramSocketException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System