Method Add<TSessionInformation>
- 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
exceptionException-
The exception to add.
sessionInfoTSessionInformation-
The session information providing site-pin context.
caseDescriptionstring-
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 NationalInstruments.SemiconductorTestLibrary.Common.SitePinInfo.
public void Add(Exception exception, SitePinInfo sitePinInfo, string caseDescription = null)Parameters
exceptionException-
The exception to add.
sitePinInfoSitePinInfo-
The site-pin information associated with the exception.
caseDescriptionstring-
An optional description of the test case or operation context.