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
id
Type: System.StringThe ID of the error.
title
Type: System.StringThe title of the error.
description
Type: System.StringThe description of the error.
See Also
ErrorInfo Overload
ErrorInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top