Table of Contents

Class NISemiconductorTestException

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Defines a specific exception for NI Semiconductor Test Library.

public sealed class NISemiconductorTestException : Exception, ISerializable, _Exception
Inheritance
NISemiconductorTestException
Implements
Inherited Members

Constructors

NISemiconductorTestException()

Initializes a new instance of the NISemiconductorTestException class.

NISemiconductorTestException(int, Exception)

Initializes an instance of NISemiconductorTestException with an error code and an inner exception.

NISemiconductorTestException(string)

Initializes a new instance of the NISemiconductorTestException class with an error message.

NISemiconductorTestException(string, Exception)

Initializes a new instance of the NISemiconductorTestException class with an error message and a reference to the inner exception resulting in this exception.

Methods

Throw(Exception)

Wraps an exception into a NISemiconductorTestException and throws.