Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception.ErrAlreadyProcess Class / m_ErrorCode Field


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