C# Class pili_sdk_csharp.pili.PiliException

Inheritance: System.Exception
Mostra file Open project: pili-engineering/pili-sdk-csharp

Public Properties

Property Type Description
response System.Net.HttpWebResponse

Public Methods

Method Description
PiliException ( Exception e ) : System
PiliException ( HttpWebResponse response ) : System
PiliException ( string msg ) : System
code ( ) : int

Method Details

PiliException() public method

public PiliException ( Exception e ) : System
e System.Exception
return System

PiliException() public method

public PiliException ( HttpWebResponse response ) : System
response System.Net.HttpWebResponse
return System

PiliException() public method

public PiliException ( string msg ) : System
msg string
return System

code() public method

public code ( ) : int
return int

Property Details

response public_oe property

public HttpWebResponse,System.Net response
return System.Net.HttpWebResponse