An exception that happened in ZBar. More...
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 |
An exception that happened in ZBar.
Definition at line 32 of file ZBarException.cs.
internal ZBar.ZBarException.ZBarException | ( | IntPtr | obj | ) | [private] |
Definition at line 37 of file ZBarException.cs.
static IntPtr ZBar.ZBarException._zbar_error_string | ( | IntPtr | obj, | |
int | verbosity | |||
) | [private] |
static int ZBar.ZBarException._zbar_get_error_code | ( | IntPtr | obj | ) | [private] |
ZBarError ZBar.ZBarException.code [private] |
Definition at line 35 of file ZBarException.cs.
string ZBar.ZBarException.message [private] |
Definition at line 34 of file ZBarException.cs.
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.