Partager via


ErrorInfo Constructor (String, String, String)

 

Initializes a new instance of the ErrorInfo class with the specified ID, title, and description.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public ErrorInfo(
    string id,
    string title,
    string description
)
public:
ErrorInfo(
    String^ id,
    String^ title,
    String^ description
)
Public Sub New (
    id As String,
    title As String,
    description As String
)

Parameters

See Also

ErrorInfo Overload
ErrorInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top