Method Throw
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Throw(Exception)
Wraps an exception into a NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException and throws.
public static void Throw(Exception e)Parameters
eException-
The exception to be wrapped.