C# Class OpenHome.Net.ControlPoint.ProxyError

Inheritance: System.Exception
Exibir arquivo Open project: openhome/ohNet Class Usage Examples

Public Methods

Method Description
ProxyError ( ) : System
ProxyError ( uint aCode, string aDesc ) : System

Method Details

ProxyError() public method

public ProxyError ( ) : System
return System

ProxyError() public method

public ProxyError ( uint aCode, string aDesc ) : System
aCode uint
aDesc string
return System