Share via


ErrorInfo Members

Provides information about an error that has occurred.

The following tables list the members exposed by the ErrorInfo type.

Public Constructors

  Name Description
ErrorInfo Overloaded. Initializes a new instance of the ErrorInfo class.

Top

Public Properties

  Name Description
public property Description Gets the description of the error.
public property ErrorLevel Gets the severity level of the error.
public property Id Gets the ID of the error.
public property Resolution Gets or sets the explanation of how to resolve the error.
public property Title Gets the title of the error.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals Overloaded. Compares one ErrorInfo object to another ErrorInfo object.
public method GetHashCode Overridden. Returns a hash code for the ErrorInfo object.
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

ErrorInfo Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace