Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f38b404d 94e4 81ab 2ce1 f73ee80d3a4a

haplokuon edited this page May 6, 2023 · 1 revision

DxfVersionNotSupportedException(DxfVersion) Constructor

netDxf 3.0.0 Library

Initializes a new instance of DxfVersionNotSupportedException

Definition

Namespace: netDxf.IO
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DxfVersionNotSupportedException(
	DxfVersion version
)

VB

Public Sub New ( 
	version As DxfVersion
)

C++

public:
DxfVersionNotSupportedException(
	DxfVersion version
)

F#

new : 
        version : DxfVersion -> DxfVersionNotSupportedException

Parameters

  DxfVersion
DXF file version.

See Also

Reference

DxfVersionNotSupportedException Class
DxfVersionNotSupportedException Overload
netDxf.IO Namespace

Clone this wiki locally