MySQL Connector/Net
BaseExceptionInterceptorInterceptException Method |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public abstract Exception InterceptException( Exception exception )
Public MustOverride Function InterceptException ( exception As Exception ) As Exception
public: virtual Exception^ InterceptException( Exception^ exception ) abstract
abstract InterceptException : exception : Exception -> Exception
Parameters
- exception
- Type: SystemException
Return Value
Type: Exception