C# Class Telegram.MTProto.Network.MTProtoTransportException

Inheritance: System.Exception
Show file Open project: naphaso/kilogram

Public Methods

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

Method Details

MTProtoTransportException() public method

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

MTProtoTransportException() public method

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