The TransactionErrorsArgs class is used to convey information to a caller that has
registered to receive the ProcessTransactionErrors event
An instance of this class is returned to the EventHandler with the relevant information.
Inheritance Hierarchy
SystemEventArgs
ABSuite.AccessLayer.Connector.CoreTransactionErrorsArgs
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The TransactionErrorsArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TransactionErrorsArgs | Initializes a new instance of the TransactionErrorsArgs class |
Properties
Name | Description | |
---|---|---|
![]() | Errors |
A list of errors returned from the Runtime system.
|
![]() | ShowDialog |
Specifies whether the Errors dialog should be displayed to the user.
This is normally set to true when there are multiple errors returned.
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also