Freigeben über


WebPartError-Konstruktor

Konstruktor

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

Syntax

'Declaration
Public Sub New ( _
    title As String, _
    description As String _
)
'Usage
Dim title As String
Dim description As String

Dim instance As New WebPartError(title, description)
public WebPartError(
    string title,
    string description
)

Parameter

  • title
    Typ: System.String

    Der Text für die Fehlermeldung. Dies wird davon ausgegangen, dass * nicht * HtmlEncoded werden.

  • description
    Typ: System.String

    Der Beschreibungstext für die Fehlermeldung. Dies wird davon ausgegangen, dass * nicht * HtmlEncoded werden.

Siehe auch

Referenz

WebPartError Klasse

WebPartError-Member

Microsoft.SharePoint.WebControls-Namespace