C# Class Hal.DBusError

Inheritance: IDisposable
Datei anzeigen Open project: mono/hal-sharp Class Usage Examples

Public Methods

Method Description
DBusError ( ) : System
Dispose ( ) : void
ThrowExceptionIfSet ( string message ) : void

Private Methods

Method Description
dbus_error_free ( IntPtr handle ) : void
dbus_error_init ( IntPtr handle ) : void
dbus_error_is_set ( IntPtr handle ) : bool

Method Details

DBusError() public method

public DBusError ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

ThrowExceptionIfSet() public method

public ThrowExceptionIfSet ( string message ) : void
message string
return void