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 | |
---|---|---|
ErrorInfo(String, Exception) | Initializes a new instance of the ErrorInfo class with the specified title and the specified Exception. |
|
ErrorInfo(String, String, String) | Initializes a new instance of the ErrorInfo class with the specified ID, title, and description. |
|
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