[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Sendet eine Warnung an das Ablaufverfolgungssystem.

Namespace: DynamicNode.Model
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
public void TraceWarning(
	int msgId,
	string text,
	Exception e
)
Visual Basic
Public Sub TraceWarning ( _
	msgId As Integer, _
	text As String, _
	e As Exception _
)
F#
member TraceWarning : 
        msgId:int * 
        text:string * 
        e:Exception -> unit 

Parameters

msgId
Type: System..::..Int32
Eine numerische Kennung für die Meldung.
text
Type: System..::..String
Die Meldung.
e
Type: System..::..Exception
Die ursächliche Ausnahme.

See Also