Class FinHHDErrorEventArgs
Inherited Members
Namespace: Subsembly.FinTS.HHD
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinHHDErrorEventArgs : EventArgs
Constructors
FinHHDErrorEventArgs(FinHHDError, int)
Declaration
public FinHHDErrorEventArgs(FinHHDError nError, int nSW = 0)
Parameters
Type | Name | Description |
---|---|---|
FinHHDError | nError | |
int | nSW |
Properties
Error
Declaration
public FinHHDError Error { get; }
Property Value
Type | Description |
---|---|
FinHHDError |
ErrorText
Declaration
public string ErrorText { get; }
Property Value
Type | Description |
---|---|
string |
SW
The SECODER status word.
Declaration
public int SW { get; }
Property Value
Type | Description |
---|---|
int |