Share via


LoadTestAbortedEventArgs.Exception Property

Gets the exception that caused the load test to be aborted.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception

Property Value

Type: Exception
An Exception object.

.NET Framework Security

See Also

Reference

LoadTestAbortedEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace