BaseXmlDataSource.LastException property

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

Syntax

'Declaration
Protected Property LastException As Exception
    Get
    Set
'Usage
Dim value As Exception

value = Me.LastException

Me.LastException = value
protected Exception LastException { get; set; }

Property value

Type: System.Exception
Returns Exception.

See also

Reference

BaseXmlDataSource class

BaseXmlDataSource members

Microsoft.SharePoint.WebControls namespace