Click or drag to resize

CouplingException Constructor (String, Exception)

Initializes a new instance of the CouplingException class

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CouplingException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingException.#ctor(System.String,System.Exception)"]

See Also