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


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