Click or drag to resize

ErrorEventArgs Class

Event args used in Error event.
Inheritance Hierarchy

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class ErrorEventArgs : EventArgs

The ErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyErrorCode
An integer that holds the current error number.
Public propertyErrorString
A string expression that holds text, if available, describing the current error.
Top
See Also