Spread WinForms 15
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception Class / ErrorCode Property


In This Topic
ErrorCode Property (Exception)
In This Topic
Gets the error code.
Syntax
'Declaration
 
Public ReadOnly Property ErrorCode As Exception.enum_Code
 
'Usage
 
Dim instance As Exception
Dim value As Exception.enum_Code
 
value = instance.ErrorCode
See Also