Represents an issue (error or warning) that occurred in a document generation process.

System.Object
  Docentric.Documents.Reporting.Error

Namespace: Docentric.Documents.Reporting
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public class Error

The Error type exposes the following members.

Name Description
Public member Message Human readable message for the error.
Public member Severity Severity for the issue.
Name Description
Public method Equals Determines whether the specified System.Object is equal to the current System.Object. (Overrides Error.Equals)
Public method GetHashCode Serves as a hash function for a particular type. (Overrides Error.GetHashCode)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a System.String that represents the message of the issue. (Overrides Error.ToString)