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

In This Topic
    Message Property (MySqlErrorEventArgs)
    In This Topic
    Gets the error message.
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    public string Message {get;}

    Property Value

    The error message.
    See Also