EndRequestException class | QSYS API Reference Guide
The exception that is thrown for an EndRequest operation.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException –> EndOperationException
Constructors
Name | Description |
---|---|
EndRequestException(String, Int32, Exception) | Initializes a new instance of the EndRequestException class. |
EndRequestException(String, Int32, Exception)
Initializes a new instance of the EndRequestException class.
EndRequestException(String, Int32, Exception)
Parameters
Type | Parameter name | Description |
---|---|---|
String | Message | A message associated with the exception. |
Int32 | value | A user provided value, defaults to 0. |
Exception | InnerException | Original exception. |
Properties
Type | Name | Description |
---|---|---|
Int32 | Value | User provided value. |