LoadTest.Abort Method
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.
Overloads
Abort() | |
Abort(Exception) |
Abort()
public:
void Abort();
public void Abort ();
member this.Abort : unit -> unit
Public Sub Abort ()
Applies to
Abort(Exception)
public:
void Abort(Exception ^ exception);
public void Abort (Exception exception);
member this.Abort : Exception -> unit
Public Sub Abort (exception As Exception)
Parameters
- exception
- Exception