Click or drag to resize

DfsException Constructor (String, Exception)

Initializes a new instance of the DfsException class with a specified error message and a reference to the inner exception that is the cause of this exception

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public DfsException(
	string s,
	Exception inner
)

Parameters

s
Type: SystemString
inner
Type: SystemException
See Also