C# Class Hal.DBusError

Inheritance: IDisposable
Afficher le fichier Open project: mono/hal-sharp Class Usage Examples

Méthodes publiques

Méthode Description
DBusError ( ) : System
Dispose ( ) : void
ThrowExceptionIfSet ( string message ) : void

Private Methods

Méthode Description
dbus_error_free ( IntPtr handle ) : void
dbus_error_init ( IntPtr handle ) : void
dbus_error_is_set ( IntPtr handle ) : bool

Method Details

DBusError() public méthode

public DBusError ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ThrowExceptionIfSet() public méthode

public ThrowExceptionIfSet ( string message ) : void
message string
Résultat void