Table of Contents

Constructor NISemiconductorTestException

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

NISemiconductorTestException()

Initializes a new instance of the NISemiconductorTestException class.

public NISemiconductorTestException()

NISemiconductorTestException(string)

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

public NISemiconductorTestException(string message)

Parameters

message string

The error message that explains the reason for the exception.

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.

public NISemiconductorTestException(string message, Exception innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception resulting in the current exception.

NISemiconductorTestException(int, Exception)

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

public NISemiconductorTestException(int errorCode, Exception innerException)

Parameters

errorCode int

The error code to be included.

innerException Exception

The exception to be embedded.