MySqlConfiguration.ExceptionInterceptors Property

MySQL Connector/Net

MySqlConfigurationExceptionInterceptors Property

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public GenericConfigurationElementCollection<InterceptorConfigurationElement> ExceptionInterceptors { get; }
Public ReadOnly Property ExceptionInterceptors As GenericConfigurationElementCollection(Of InterceptorConfigurationElement)
	Get
public:
property GenericConfigurationElementCollection<InterceptorConfigurationElement^>^ ExceptionInterceptors {
	GenericConfigurationElementCollection<InterceptorConfigurationElement^>^ get ();
}
member ExceptionInterceptors : GenericConfigurationElementCollection<InterceptorConfigurationElement> with get

Property Value

Type: GenericConfigurationElementCollectionInterceptorConfigurationElement
See Also