| Visual Basic (Declaration) | |
|---|---|
Protected Overridable Sub OnError( _ ByVal e As Exception, _ ByVal failureType As PersistenceFailure _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityServerQueryInterceptor Dim e As Exception Dim failureType As PersistenceFailure instance.OnError(e, failureType) | |
| C# | |
|---|---|
protected virtual void OnError( Exception e, PersistenceFailure failureType ) | |
| C++/CLI | |
|---|---|
protected: virtual void OnError( Exception^ e, PersistenceFailure failureType ) | |
Parameters
- e
- failureType
No logging is performed by the default implementation.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family