C# Class Telegram.MTProto.Network.MTProtoTransportException

Inheritance: System.Exception
Afficher le fichier Open project: naphaso/kilogram

Méthodes publiques

Méthode Description
MTProtoTransportException ( string message ) : System
MTProtoTransportException ( string message, Exception innerException ) : System

Method Details

MTProtoTransportException() public méthode

public MTProtoTransportException ( string message ) : System
message string
Résultat System

MTProtoTransportException() public méthode

public MTProtoTransportException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System