The ErrorId Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the error id of the cause for the current exception.| Visual Basic (Declaration) | |
|---|---|
Public Property ErrorId As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterFault Dim value As Integer instance.ErrorId = value value = instance.ErrorId | |
| C# | |
|---|---|
public int ErrorId {get; set;} | |
Property Value
An System.Int32 value that specifies what caused the exception.For an example, refer to RasterFault.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code