ErrorEventArgsErrorCode Property
|
An integer that holds the current error number.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int ErrorCode { get; set; }
Public Property ErrorCode As Integer
Get
Set
public:
property int ErrorCode {
int get ();
void set (int value);
}
member ErrorCode : int with get, set
PROPERTY ErrorCode AS LONG GET SET
Property Value
Type:
Int32See Also