CADability dotNET
Initializes a new instance of the LengthPropertyException class

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public LengthPropertyException(
	string msg
)
Visual Basic
Public Sub New ( _
	msg As String _
)
Visual C++
public:
LengthPropertyException(
	String^ msg
)

Parameters

msg
Type: System..::..String

See Also