Table of Contents

Method Add

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

Add<TSessionInformation>(Exception, TSessionInformation, string)

Adds an exception to the collector, associating it with session information that provides site-pin context.

public void Add<TSessionInformation>(Exception exception, TSessionInformation sessionInfo, string caseDescription = null)

Parameters

exception Exception

The exception to add.

sessionInfo TSessionInformation

The session information providing site-pin context.

caseDescription string

An optional description of the test case or operation context.

Type Parameters

TSessionInformation

The type of the session information object.

Add(Exception, SitePinInfo, string)

Adds an exception to the collector, associating it with a specific SitePinInfo.

public void Add(Exception exception, SitePinInfo sitePinInfo, string caseDescription = null)

Parameters

exception Exception

The exception to add.

sitePinInfo SitePinInfo

The site-pin information associated with the exception.

caseDescription string

An optional description of the test case or operation context.