C# Class Telegram.MTProto.Exceptions.MTProtoErrorException

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

Public Methods

Method Description
MTProtoErrorException ( int errorCode, string errorMessage ) : System

Method Details

MTProtoErrorException() public method

public MTProtoErrorException ( int errorCode, string errorMessage ) : System
errorCode int
errorMessage string
return System