How to handle error when a exception occured.
| C# | Visual Basic | Visual C++ |
public EXCEPTION_TYPE ExceptionType { get; set; }
Public Property ExceptionType As EXCEPTION_TYPE Get Set
public: property EXCEPTION_TYPE ExceptionType { EXCEPTION_TYPE get (); void set (EXCEPTION_TYPE value); }
barcodeNET1.ExceptionType=EXCEPTION_TYPE.DEFAULT_MSG;