IAnalyticsProviderRegisterError Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntaxvoid RegisterError(
string name,
string description,
Exception ex,
Dictionary<string, string> data
)
Sub RegisterError (
name As String,
description As String,
ex As Exception,
data As Dictionary(Of String, String)
)
Request Example
View SourceParameters
- name String
-
- description String
-
- ex Exception
-
- data DictionaryString, String
-
See Also