ErrorInfo Class
Provides information about an error that has occurred.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets the description of the error. |
![]() | ErrorLevel | Gets the severity level of the error. |
![]() | Id | Gets the ID of the error. |
![]() | Resolution | Gets or sets the explanation of how to resolve the error. |
![]() | Title | Gets the title of the error. |
| Name | Description | |
|---|---|---|
![]() | Equals(ErrorInfo^) | Compares the ID of one ErrorInfo object to the ID of another ErrorInfo object. |
![]() | Equals(Object^) | Calls the Equals method with the specified object.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code for the ErrorInfo object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

