|
UtilshandleError Method
|
handle an error originating from a FE-model-calculation
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void handleError(
int error_flg,
Deform analysis
)
Public Shared Sub handleError (
error_flg As Integer,
analysis As Deform
)
public:
static void handleError(
int error_flg,
Deform^ analysis
)
static member handleError :
error_flg : int *
analysis : Deform -> unit
Parameters
- error_flg
- Type: SystemInt32
number of the error - analysis
- Type: Deform
analysis object of the FE-model
See Also