BaseExceptionInterceptor.InterceptException Method

MySQL Connector/Net

BaseExceptionInterceptorInterceptException Method

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
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
See Also