Click or drag to resize

DiagnosticsRuntimeError Method (IDiagnosticItem, Exception)

Create an error DiagnosticItem and throw an exception

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void RuntimeError(
	IDiagnosticItem item,
	Exception ex
)

Parameters

item
Type: DHI.Mike1D.GenericIDiagnosticItem

[Missing <param name="item"/> documentation for "M:DHI.Mike1D.Generic.Diagnostics.RuntimeError(DHI.Mike1D.Generic.IDiagnosticItem,System.Exception)"]

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:DHI.Mike1D.Generic.Diagnostics.RuntimeError(DHI.Mike1D.Generic.IDiagnosticItem,System.Exception)"]

Implements

IDiagnosticsRuntimeError(IDiagnosticItem, Exception)
See Also