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


In This Topic
    Message Property (Exception.ErrUserPassword)
    In This Topic
    Gets the error message.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Message As String
    'Usage
     
    
    Dim instance As Exception.ErrUserPassword
    Dim value As String
     
    value = instance.Message
    public virtual string Message {get;}
    See Also