DataFormWebPart.HandleXslException method

Handles the specified exception about the Extensible Stylesheet Language (XSL) transform in a special manner.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable Function HandleXslException ( _
    ex As Exception _
) As Boolean
'Usage
Dim ex As Exception
Dim returnValue As Boolean

returnValue = Me.HandleXslException(ex)
protected virtual bool HandleXslException(
    Exception ex
)

Parameters

Return value

Type: System.Boolean
true if the exception is handled in this method; otherwise, false.

Remarks

This virtual method always returns false.

This virtual method can be implemented in a subclass to handle ex in a special manner.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace