C# Class OpenHome.Net.Device.ActionError

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

Méthodes publiques

Méthode Description
ActionError ( ) : System
ActionError ( string aMessage ) : System
ActionError ( uint aCode, string aMessage ) : System

Method Details

ActionError() public méthode

public ActionError ( ) : System
Résultat System

ActionError() public méthode

public ActionError ( string aMessage ) : System
aMessage string
Résultat System

ActionError() public méthode

public ActionError ( uint aCode, string aMessage ) : System
aCode uint
aMessage string
Résultat System