[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Löst ein Test-Ereignis vom Typ "Warnung" aus.
Namespace: DynamicNode.Test.CasesAssembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Syntax
C# |
---|
protected void Warn( string msg, Exception e ) |
Visual Basic |
---|
Protected Sub Warn ( _ msg As String, _ e As Exception _ ) |
F# |
---|
member Warn : msg:string * e:Exception -> unit |
Parameters
- msg
- Type: System..::..String
Eine Nachricht.
- e
- Type: System..::..Exception
Die auslösende Ausnahme des Ereignisses.