Mike1DExceptionHandleMike1DException Method

Add the exception error to the diagnostics object.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static bool HandleMike1DException(
	Mike1DException e,
	IDiagnostics diagnostics
)

Parameters

e  Mike1DException

[Missing <param name="e"/> documentation for "M:DHI.Mike1D.Generic.Mike1DException.HandleMike1DException(DHI.Mike1D.Generic.Mike1DException,DHI.Mike1D.Generic.IDiagnostics)"]

diagnostics  IDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Generic.Mike1DException.HandleMike1DException(DHI.Mike1D.Generic.Mike1DException,DHI.Mike1D.Generic.IDiagnostics)"]

Return Value

Boolean
True if exception was handled.

See Also