RunDetail<TMetrics>.Exception Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.