Class MySqlInfoMessageEventArgs
Provides data for the InfoMessage event. This class cannot be inherited.
Inheritance
System.Object
System.EventArgs
MySqlInfoMessageEventArgs
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public class MySqlInfoMessageEventArgs : EventArgs
Properties
errors
Gets or sets an array of MySqlError objects together with the errors found.
Declaration
public MySqlError[] errors { get; set; }
Property Value
Type | Description |
---|---|
MySqlError[] |