InfSrException class | QSYS API Reference Guide

Exception that can be thrown from InfSr to return or report an error condition.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Exception

Constructors

Name Description
InfSrException(InfSrReturnPoint) Initializes an InfSrException object.
InfSrException(String) Initializes an InfSrException object.

InfSrException(InfSrReturnPoint)

Initializes an InfSrException object.

InfSrException(InfSrReturnPoint)

Parameters

Type Parameter name Description
InfSrReturnPoint returnPoint The InfSrReturnPoint value describing from where the exception will be thrown.

InfSrException(String)

Initializes an InfSrException object.

InfSrException(String)

Parameters

Type Parameter name Description
String returnPointSring String value with the name of the return point from where the exception will be thrown.

Properties

Type Name Description
InfSrReturnPoint ReturnPoint The InfSrReturnPoint value describing where this exception happened.