The constructor for the StatErrorEventArgs class.

Declaration Syntax
public StatErrorEventArgs(
int statId,
string errorMessage
)
Public Sub New ( _
statId As Integer, _
errorMessage As String _
)
public:
StatErrorEventArgs(
int statId,
String^ errorMessage
)

Parameters
- statId (Int32)
- The statistic id.
- errorMessage (String)
- The error message.
Assembly:
Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)