Spread WinForms 15
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception Class / m_ErrorCode Field


In This Topic
m_ErrorCode Field
In This Topic
Sets the error code.
Syntax
'Declaration
 
Protected m_ErrorCode As Exception.enum_Code
 
'Usage
 
Dim instance As Exception
Dim value As Exception.enum_Code
 
value = instance.m_ErrorCode
 
instance.m_ErrorCode = value
See Also