[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Initialisiert eine neue Instanz von NodeCreationException
mit einer beschreibenden Fehlermeldung.
Namespace: DynamicNode.Ext.VisualAssembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)
Syntax
C# |
---|
public NodeCreationException( string message, Exception innerException ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
F# |
---|
new : message:string * innerException:Exception -> NodeCreationException |
Parameters
- message
- Type: System..::..String
Die Meldung, in der der Fehler beschrieben wird.
- innerException
- Type: System..::..Exception
Die Ausnahme, die Ursache der aktuellen Ausnahme ist.