dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlException Class / Message Property

In This Topic
    Message Property (MySqlException)
    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