CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the PathException class
Namespace: CADability.GeoObjectAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public PathException( PathException..::..ExceptionType ExceptionType, string msg ) |
| Visual Basic |
|---|
Public Sub New ( _ ExceptionType As PathException..::..ExceptionType, _ msg As String _ ) |
| Visual C++ |
|---|
public: PathException( PathException..::..ExceptionType ExceptionType, String^ msg ) |
Parameters
- ExceptionType
- Type: CADability.GeoObject..::..PathException..::..ExceptionType
- msg
- Type: System..::..String