Class FinHHDErrorEventArgs
public class FinHHDErrorEventArgs : EventArgs
- Inheritance
-
FinHHDErrorEventArgs
- Inherited Members
Constructors
FinHHDErrorEventArgs(FinHHDError, int)
public FinHHDErrorEventArgs(FinHHDError nError, int nSW = 0)
Parameters
nErrorFinHHDErrornSWint
Properties
Error
public FinHHDError Error { get; }
Property Value
ErrorText
public string ErrorText { get; }
Property Value
SW
The SECODER status word.
public int SW { get; }