Click or drag to resize

DXFReaderNETControlError Event

Fired when a non blocking error occurs during operations.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public event EventHandler<ErrorEventArgs> Error

Value

Type: SystemEventHandlerErrorEventArgs
Remarks
The error codes are:

ValueDescription
0 Ok.
1 Specify file name.
10 File not found.
20 File read error.
21 File not valid.
21 OBJ file read error.
99 Entity not found.
111 Font not found.
113 Grid too dense to display.
123 Image file 'XXXXXX.XXX' not found.
124 Image definition already exists.
200 View not found.
201 View already exists.
300 Layer not found.
301 Layer already exists.
400 Text style not found.
401 Text style already exists.
500 Line type not found.
501 Line type already exists.
601 Class record name already exists.
700 Block not found.
701 Block already exists.
702 Block 'XXXX' is an external reference.
751 Block Record already exists.
801 Dimension style already exists.
901 User Coordinate System already exists.
902 Viewport already exists.
903 The layout does not exists.
888 The selected device has not raster capabilities.
888 Plot error.
889 No printer present.
997 Table overflow. See description.
998 Null exception error. See description.
999 Generic error. See description.
See Also