C# Class OpenHome.Net.Device.ActionError

Thrown when an invoked action fails. Will not be visible to external code
Inheritance: System.Exception
Mostrar archivo Open project: openhome/ohNet Class Usage Examples

Public Methods

Method Description
ActionError ( ) : System
ActionError ( string aMessage ) : System
ActionError ( uint aCode, string aMessage ) : System

Method Details

ActionError() public method

public ActionError ( ) : System
return System

ActionError() public method

public ActionError ( string aMessage ) : System
aMessage string
return System

ActionError() public method

public ActionError ( uint aCode, string aMessage ) : System
aCode uint
aMessage string
return System