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

7808d7c8 6f4f fa12 c60e 1e60d0d6d01e

haplokuon edited this page May 6, 2023 · 1 revision

DxfVersionNotSupportedException(String, 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(
	string message,
	DxfVersion version
)

VB

Public Sub New ( 
	message As String,
	version As DxfVersion
)

C++

public:
DxfVersionNotSupportedException(
	String^ message, 
	DxfVersion version
)

F#

new : 
        message : string * 
        version : DxfVersion -> DxfVersionNotSupportedException

Parameters

  String
Exception message.
  DxfVersion
DXF file version.

See Also

Reference

DxfVersionNotSupportedException Class
DxfVersionNotSupportedException Overload
netDxf.IO Namespace

Clone this wiki locally