Share via


ToolPane.ErrorEventArgs.Description Property

Gets a description of the error that has occurred.

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

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.

See Also

Reference

ToolPane.ErrorEventArgs Class

ToolPane.ErrorEventArgs Members

Microsoft.SharePoint.WebPartPages Namespace