Partager via


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

See Also

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

Return to top