Table of Contents

Method Throw

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
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

e Exception

The exception to be wrapped.