Click or drag to resize

ErrorInfo Class

Contains error data. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  CorrigoServiceErrorInfo

Namespace: CorrigoService
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ErrorInfo

The ErrorInfo type exposes the following members.

Properties
 NameDescription
Public propertyDescription Gets or sets an error description.
Public propertyNumber Gets or sets an error number.
Public propertyType Gets or sets an error type.
Top
See Also