DiagnosticsRuntimeError(IDiagnosticItem, Exception) Method

Create an error DiagnosticItem and throw an exception

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 void RuntimeError(
	IDiagnosticItem item,
	Exception ex
)

Parameters

item  IDiagnosticItem

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

ex  Exception

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

Implements

IDiagnosticsRuntimeError(IDiagnosticItem, Exception)

See Also