Class NISemiconductorTestException
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Defines a specific exception for NI Semiconductor Test Library.
public sealed class NISemiconductorTestException : Exception, ISerializable, _ExceptionInheritance
Implements
Inherited Members
Constructors
- NISemiconductorTestException()
-
Initializes a new instance of the NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException class.
- NISemiconductorTestException(string)
-
Initializes a new instance of the NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException class with an error message.
- NISemiconductorTestException(string, Exception)
-
Initializes a new instance of the NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException class with an error message and a reference to the inner exception resulting in this exception.
- NISemiconductorTestException(int, Exception)
-
Initializes an instance of NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException with an error code and an inner exception.
Methods
- Throw(Exception)
-
Wraps an exception into a NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException and throws.