DataFormWebPart.HandleRuntimeException-Methode
Die angegebene Laufzeitausnahme behandelt.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function HandleRuntimeException ( _
ex As Exception _
) As Boolean
'Usage
Dim ex As Exception
Dim returnValue As Boolean
returnValue = Me.HandleRuntimeException(ex)
protected virtual bool HandleRuntimeException(
Exception ex
)
Parameter
ex
Typ: System.ExceptionDie Ausnahme behandelt werden.
Rückgabewert
Typ: System.Boolean
true , wenn die Ausnahme in dieser Methode behandelt wird; andernfalls false.
Hinweise
Diese virtuelle Methode gibt immer falsezurück.
Diese virtuelle Methode kann in einer Unterklasse zum Verarbeiten von ex auf besondere Weise implementiert werden.