[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 "Information" aus.
Namespace: DynamicNode.Test.CasesAssembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)
Syntax
C# |
---|
protected void Info( string msg, Exception e ) |
Visual Basic |
---|
Protected Sub Info ( _ msg As String, _ e As Exception _ ) |
F# |
---|
member Info : msg:string * e:Exception -> unit |
Parameters
- msg
- Type: System..::..String
Eine Nachricht.
- e
- Type: System..::..Exception
Die auslösende Ausnahme des Ereignisses.