The RasterFault Constructor is available in LEADTOOLS Document and Medical Imaging toolkits.
Initializes a new instance of the
RasterFault class.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim errorId As Integer
Dim errorMessage As String
Dim instance As New RasterFault(errorId, errorMessage) |
Parameters
- errorId
- The code that caused the exception.
- errorMessage
- The error message that explains the reason for the exception, or an empty string("").
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also