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

Inheritance: System.Exception
Datei anzeigen Open project: jpush/jpush-api-csharp-client

Public Properties

Property Type Description
info String
message String

Public Methods

Method Description
APIConnectionException ( String message, String info ) : System

Method Details

APIConnectionException() public method

public APIConnectionException ( String message, String info ) : System
message String
info String
return System

Property Details

info public_oe property

public String info
return String

message public_oe property

public String message
return String