Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
StatErrorEventArgs Constructor (statId, errorMessage)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersStatErrorEventArgsStatErrorEventArgs(Int32, String)
The constructor for the StatErrorEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
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)