DxfVersionNotSupportedException(String, DxfVersion) Constructor

Initializes a new instance of the DxfVersionNotSupportedException class

Definition

Namespace: netDxf.IO
Assembly: PCBI.DXF_Library (in PCBI.DXF_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public DxfVersionNotSupportedException(
	string message,
	DxfVersion version
)

Parameters

message  String
 
version  DxfVersion
 

See Also