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.