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)
Available in Sandboxed Solutions: No
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
ex
Type: System.ExceptionThe exception to be handled
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.