dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDbProviderException Class
Members

In This Topic
    MySqlDbProviderException Class
    In This Topic
    The exception that is thrown when dotConnect for MySQL provider returns a provider (non-database) error.
    Syntax
    Remarks
    The MySqlDbProviderException class also used as the base class for dotConnect for MysSQL specific exception class implementations.
    Inheritance Hierarchy

    System.Object
       System.Exception
          Devart.Common.DbProviderException
             Devart.Data.MySql.MySqlDbProviderException
                Devart.Data.MySql.InvalidCharsetException

    See Also