C# Class DBus.BusException

Inheritance: System.Exception
Afficher le fichier Open project: brookpatten/dbus-sharp Class Usage Examples

Méthodes publiques

Свойство Type Description
ErrorMessage string
ErrorName string

Méthodes publiques

Méthode Description
BusException ( string errorName, string errorMessage ) : System

Method Details

BusException() public méthode

public BusException ( string errorName, string errorMessage ) : System
errorName string
errorMessage string
Résultat System

Property Details

ErrorMessage public_oe property

public string ErrorMessage
Résultat string

ErrorName public_oe property

public string ErrorName
Résultat string