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
'Usage
Dim instance As LoadTestAbortedEventArgs 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
public function get Exception () : Exception

Property Value

Type: System.Exception
An Exception object.

.NET Framework Security

See Also

Reference

LoadTestAbortedEventArgs Class

LoadTestAbortedEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace