Megosztás a következőn keresztül:


RunDetail<TMetrics>.Exception Property

Definition

Exception encountered during the run. This property is null if no exception was encountered.

public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

Remarks

If an exception occurred, it's possible some properties in this object (like Model) could be null.

Applies to