Event arguments for the Error event. More...
Public Member Functions | |
ErrorEventArgs (string message) | |
ErrorEventArgs (string message, ZBarException innerException) | |
Properties | |
string | Message [get, set] |
ZBarException | Exception [get, set] |
Event arguments for the Error event.
Definition at line 545 of file Scanner.cs.
ZBarException GtkZBar.ErrorEventArgs.Exception [get, set] |
Inner exception
Definition at line 554 of file Scanner.cs.
string GtkZBar.ErrorEventArgs.Message [get, set] |
Message that the user should be presented with
Definition at line 549 of file Scanner.cs.