Partager via


ErrorInfo Constructor

 

Initializes a new instance of the ErrorInfo class.

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

Overload List

Name Description
System_CAPS_pubmethod ErrorInfo(String, Exception)

Initializes a new instance of the ErrorInfo class with the specified title and the specified Exception.

System_CAPS_pubmethod ErrorInfo(String, String, String)

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

System_CAPS_pubmethod ErrorInfo(String, String, String, ErrorLevel)

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

See Also

ErrorInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top