Constructor NISemiconductorTestException
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
NISemiconductorTestException()
Initializes a new instance of the NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException class.
public NISemiconductorTestException()NISemiconductorTestException(string)
Initializes a new instance of the NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException class with an error message.
public NISemiconductorTestException(string message)Parameters
messagestring-
The error message that explains the reason for the exception.
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.
public NISemiconductorTestException(string message, Exception innerException)Parameters
messagestring-
The error message that explains the reason for the exception.
innerExceptionException-
The exception resulting in the current exception.
NISemiconductorTestException(int, Exception)
Initializes an instance of NationalInstruments.SemiconductorTestLibrary.Common.NISemiconductorTestException with an error code and an inner exception.
public NISemiconductorTestException(int errorCode, Exception innerException)