Click or drag to resize

Mike1DRuntimeException Constructor (String, Exception)

Constructor

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Mike1DRuntimeException(
	string message,
	Exception e
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:DHI.Mike1D.Generic.Mike1DRuntimeException.#ctor(System.String,System.Exception)"]

e
Type: SystemException

[Missing <param name="e"/> documentation for "M:DHI.Mike1D.Generic.Mike1DRuntimeException.#ctor(System.String,System.Exception)"]

See Also