MySqlAuthenticationPlugin.AuthenticationFailed Method

MySQL Connector/Net

MySqlAuthenticationPluginAuthenticationFailed Method

Namespace: MySql.Data.MySqlClient.Authentication
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
protected virtual void AuthenticationFailed(
	Exception ex
)
Protected Overridable Sub AuthenticationFailed ( 
	ex As Exception
)
protected:
virtual void AuthenticationFailed(
	Exception^ ex
)
abstract AuthenticationFailed : 
        ex : Exception -> unit 
override AuthenticationFailed : 
        ex : Exception -> unit 

Parameters

ex
Type: SystemException
See Also