ErrorInfo Constructor (String, Exception)
Initializes a new instance of the ErrorInfo class with the specified title and the specified Exception.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public ErrorInfo(
string title,
Exception exception
)
public:
ErrorInfo(
String^ title,
Exception^ exception
)
Public Sub New (
title As String,
exception As Exception
)
Parameters
title
Type: System.StringThe title of the error.
exception
Type: System.ExceptionThe Exception that was the cause of the error.
See Also
ErrorInfo Overload
ErrorInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top