CAPEOPENManager_CAPEOPENManagerThrowCAPEException Method |
Namespace: DWSIM.ThermodynamicsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [DispIdAttribute(10)]
void ThrowCAPEException(
Exception ex,
string name,
string description,
string interf,
string moreinfo,
string operation,
string scope,
int code
)
<DispIdAttribute(10)>
Sub ThrowCAPEException (
ex As Exception,
name As String,
description As String,
interf As String,
moreinfo As String,
operation As String,
scope As String,
code As Integer
)
Request Example
Parameters
- ex Exception
-
- name String
-
- description String
-
- interf String
-
- moreinfo String
-
- operation String
-
- scope String
-
- code Int32
-
See Also