Spread Windows Forms 15.0
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
    protected Exception.enum_Code m_ErrorCode
    See Also