Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / InvalidExternalReferenceParseException Class / Message Property


In This Topic
    Message Property (InvalidExternalReferenceParseException)
    In This Topic
    Gets a message that describes the current exception.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Message As String
    'Usage
     
    
    Dim instance As InvalidExternalReferenceParseException
    Dim value As String
     
    value = instance.Message
    public virtual string Message {get;}
    See Also