Click or drag to resize

InvalidBinBdryException(String, Exception) Constructor

Constructs a InvalidBinBdryException instance with the specifed exception message and underlying (inner) exception.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public InvalidBinBdryException(
	string s,
	Exception e
)

Parameters

s  String
The exception message.
e  Exception
The inner exception.
See Also