BaseExceptionInterceptor Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
BaseExceptionInterceptor is the base class that should be used for all userland exception interceptors

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public abstract class BaseExceptionInterceptor
Visual Basic
Public MustInherit Class BaseExceptionInterceptor
Visual C++
public ref class BaseExceptionInterceptor abstract

Inheritance Hierarchy

System..::..Object
  MySql.Data.MySqlClient..::..BaseExceptionInterceptor

See Also