[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt die Ausnahme zurück, welche diese Nachricht ausgelöst hat, oder null, wenn keine Ausnahme die Ursache war.

Namespace: DynamicNode.Test
Assembly: DNTesting (in DNTesting.dll) Version: 1.0.4679.19832 (1.0.0.0)

Syntax

C#
public Exception Exception { get; }
Visual Basic
Public ReadOnly Property Exception As Exception
	Get
F#
member Exception : Exception

Field Value

Die Ausnahme oder null.

See Also