IAnalytics ProviderRegister Error Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
void RegisterError(
string name,
string description,
Exception ex,
Dictionary<string, string> data
)VB
Sub RegisterError (
name As String,
description As String,
ex As Exception,
data As Dictionary(Of String, String)
)