Compartilhar via


ToolPane.ErrorEventArgs.Description property

Obtém uma descrição do erro que ocorreu.

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

Syntax

'Declaração
Public ReadOnly Property Description As String
    Get
'Uso
Dim instance As ToolPane.ErrorEventArgs
Dim value As String

value = instance.Description
public string Description { get; }

Property value

Type: System.String
A descrição do erro que ocorreu.

Ver também

Referência

ToolPane.ErrorEventArgs class

ToolPane.ErrorEventArgs members

Microsoft.SharePoint.WebPartPages namespace