ToolPane.ErrorEventArgs.Description property
Gets a description of the error that has occurred.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
Get
'Usage
Dim instance As ToolPane.ErrorEventArgs
Dim value As String
value = instance.Description
public string Description { get; }
Property value
Type: System.String
The description of the error that has occurred.