Freigeben über


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

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.

Siehe auch

Referenz

DataFormWebPart Klasse

DataFormWebPart-Member

Microsoft.SharePoint.WebPartPages-Namespace