ZBar.ZBarException Class Reference

An exception that happened in ZBar. More...

List of all members.

Properties

override string Message [get]
ZBarError ErrorCode [get]

Private Member Functions

internal ZBarException (IntPtr obj)
static IntPtr _zbar_error_string (IntPtr obj, int verbosity)
static int _zbar_get_error_code (IntPtr obj)

Private Attributes

string message
ZBarError code

Detailed Description

An exception that happened in ZBar.

Definition at line 32 of file ZBarException.cs.


Constructor & Destructor Documentation

internal ZBar.ZBarException.ZBarException ( IntPtr  obj  )  [private]

Definition at line 37 of file ZBarException.cs.


Member Function Documentation

static IntPtr ZBar.ZBarException._zbar_error_string ( IntPtr  obj,
int  verbosity 
) [private]
static int ZBar.ZBarException._zbar_get_error_code ( IntPtr  obj  )  [private]

Member Data Documentation

Definition at line 35 of file ZBarException.cs.

string ZBar.ZBarException.message [private]

Definition at line 34 of file ZBarException.cs.


Property Documentation

ZBarError ZBar.ZBarException.ErrorCode [get]

Error code of this exception, from ZBar

Definition at line 55 of file ZBarException.cs.

override string ZBar.ZBarException.Message [get]

Error message from ZBar

Definition at line 46 of file ZBarException.cs.


The documentation for this class was generated from the following file:

Foodolini 1.0.0 Documentation, generated with DoxyGen.