C# 클래스 Hal.DBusError

상속: IDisposable
파일 보기 프로젝트 열기: mono/hal-sharp 1 사용 예제들

공개 메소드들

메소드 설명
DBusError ( ) : System
Dispose ( ) : void
ThrowExceptionIfSet ( string message ) : void

비공개 메소드들

메소드 설명
dbus_error_free ( IntPtr handle ) : void
dbus_error_init ( IntPtr handle ) : void
dbus_error_is_set ( IntPtr handle ) : bool

메소드 상세

DBusError() 공개 메소드

public DBusError ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ThrowExceptionIfSet() 공개 메소드

public ThrowExceptionIfSet ( string message ) : void
message string
리턴 void