C# Class cn.jpush.api.common.resp.APIConnectionException

Inheritance: System.Exception
Afficher le fichier Open project: jpush/jpush-api-csharp-client

Méthodes publiques

Свойство Type Description
info String
message String

Méthodes publiques

Méthode Description
APIConnectionException ( String message, String info ) : System

Method Details

APIConnectionException() public méthode

public APIConnectionException ( String message, String info ) : System
message String
info String
Résultat System

Property Details

info public_oe property

public String info
Résultat String

message public_oe property

public String message
Résultat String