Search Results for

    Show / Hide Table of Contents

    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.3.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[]
    In This Article
    Back to top Copyright © 2021, 2025, Oracle and/or its affiliates.