BaseXmlDataSource.LastException Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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