C# Class pili_sdk_csharp.pili.PiliException

Inheritance: System.Exception
Afficher le fichier Open project: pili-engineering/pili-sdk-csharp

Méthodes publiques

Свойство Type Description
response System.Net.HttpWebResponse

Méthodes publiques

Méthode Description
PiliException ( Exception e ) : System
PiliException ( HttpWebResponse response ) : System
PiliException ( string msg ) : System
code ( ) : int

Method Details

PiliException() public méthode

public PiliException ( Exception e ) : System
e System.Exception
Résultat System

PiliException() public méthode

public PiliException ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse
Résultat System

PiliException() public méthode

public PiliException ( string msg ) : System
msg string
Résultat System

code() public méthode

public code ( ) : int
Résultat int

Property Details

response public_oe property

public HttpWebResponse,System.Net response
Résultat System.Net.HttpWebResponse