RuntimeException class | QSYS API Reference Guide

Base class for all ASNA QSys Runtime generated exceptions.

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

Inheritance: Object –> Exception

Constructors

Name Description
RuntimeException(String) Basic constructor.
RuntimeException(String, Exception) Constructor with inner exception.

RuntimeException(String)

Basic constructor.

RuntimeException(String)

Parameters

Type Parameter name Description
String message Simple message explaining the cause of the exception.

RuntimeException(String, Exception)

Constructor with inner exception.

RuntimeException(String, Exception)

Parameters

Type Parameter name Description
String message Simple message further explaining the inner exception.
Exception innerException Original exception.