Mike1DExceptionHandleMike1DException Method |
Add the exception error to the diagnostics object.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static bool HandleMike1DException(
Mike1DException e,
IDiagnostics diagnostics
)
Public Shared Function HandleMike1DException (
e As Mike1DException,
diagnostics As IDiagnostics
) As Boolean
public:
static bool HandleMike1DException(
Mike1DException^ e,
IDiagnostics^ diagnostics
)
Parameters
- e
- Type: DHI.Mike1D.GenericMike1DException
[Missing <param name="e"/> documentation for "M:DHI.Mike1D.Generic.Mike1DException.HandleMike1DException(DHI.Mike1D.Generic.Mike1DException,DHI.Mike1D.Generic.IDiagnostics)"]
- diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Generic.Mike1DException.HandleMike1DException(DHI.Mike1D.Generic.Mike1DException,DHI.Mike1D.Generic.IDiagnostics)"]
Return Value
Type:
BooleanTrue if exception was handled.
See Also