DataGateException class | QSYS API Reference Guide
DataGate operation on file -filename- caused -datagate exception- exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
Name | Description |
---|---|
DataGateException(String, dgException) | Constructor that takes the -filename- and the Datagate -exception instance- that caused the Exception. |
DataGateException(String, dgException)
Constructor that takes the -filename- and the Datagate -exception instance- that caused the Exception.
DataGateException(String, dgException)
Parameters
Type | Parameter name | Description |
---|---|---|
String | FileName | Filename. |
dgException | e | Datagate exception. |
Properties
Type | Name | Description |
---|---|---|
String | DclFileName | Gets the name of the declared filename that caused the exception. |
Methods
Signature | Description |
---|---|
ToString() | Formats exception using DataGate exception error formatting. |
string ToString()
Formats exception using DataGate exception error formatting.
string ToString()