dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniException Class / Message Property

In This Topic
    Message Property (UniException)
    In This Topic
    Returns a string representation of the error message information.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Message As String
    public override string Message {get;}

    Property Value

    A string representation of the error.
    See Also