Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Exception.ErrUserPassword Class / ErrorCode Property


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