ErrorInfo Class

 

Provides information about an error that has occurred.

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

System::Object
  Microsoft.WindowsServerSolutions.Administration.ObjectModel::ErrorInfo

[SerializableAttribute]
public ref class ErrorInfo sealed : IEquatable<ErrorInfo^>

NameDescription
System_CAPS_pubmethodErrorInfo(String^, Exception^)

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

System_CAPS_pubmethodErrorInfo(String^, String^, String^)

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

System_CAPS_pubmethodErrorInfo(String^, String^, String^, ErrorLevel)

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

NameDescription
System_CAPS_pubpropertyDescription

Gets the description of the error.

System_CAPS_pubpropertyErrorLevel

Gets the severity level of the error.

System_CAPS_pubpropertyId

Gets the ID of the error.

System_CAPS_pubpropertyResolution

Gets or sets the explanation of how to resolve the error.

System_CAPS_pubpropertyTitle

Gets the title of the error.

NameDescription
System_CAPS_pubmethodEquals(ErrorInfo^)

Compares the ID of one ErrorInfo object to the ID of another ErrorInfo object.

System_CAPS_pubmethodEquals(Object^)

Calls the Equals method with the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code for the ErrorInfo object.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: