C# Class Xakpc.TelegramBot.Client.TelegramApiException

Inheritance: System.Exception
Datei anzeigen Open project: xakpc/TelegramBot.Client

Public Methods

Method Description
TelegramApiException ( int errorCode, string description ) : System

Method Details

TelegramApiException() public method

public TelegramApiException ( int errorCode, string description ) : System
errorCode int
description string
return System