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 465 of file Scanner.cs.
Foodolini.Activities.FoodRegistration.ErrorEventArgs.ErrorEventArgs | ( | string | message | ) |
Definition at line 476 of file Scanner.cs.
Foodolini.Activities.FoodRegistration.ErrorEventArgs.ErrorEventArgs | ( | string | message, | |
ZBarException | innerException | |||
) |
Definition at line 480 of file Scanner.cs.
ZBarException Foodolini.Activities.FoodRegistration.ErrorEventArgs.Exception [get, set] |
Inner exception
Definition at line 474 of file Scanner.cs.
string Foodolini.Activities.FoodRegistration.ErrorEventArgs.Message [get, set] |
Message that the user should be presented with
Definition at line 469 of file Scanner.cs.