Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal code As BarcodeExceptionCode _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim code As BarcodeExceptionCode Dim instance As New BarcodeException(code) |
C# | |
---|---|
public BarcodeException( BarcodeExceptionCode code ) |
C++/CLI | |
---|---|
public: BarcodeException( BarcodeExceptionCode code ) |
Parameters
- code
- flag that indicates the code caused the exception.
The BarcodeException class contains an internal list of messages that correspond to each BarcodeExceptionCode value. This constructor initializes the Message property of the new instance with the corresponding string for code.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7