Click or drag to resize

MPIMPI_Error_string Method

Retrieves the errort string corresponding to the given MPI error code.

Namespace:  DHI.MPI
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static void MPI_Error_string(
	out string err,
	int errorcode,
	out int status
)

Parameters

err
Type: SystemString
errorcode
Type: SystemInt32
The error code.
status
Type: SystemInt32
Remarks
The method is thread safe.
See Also