ComputationException Constructor (String, Exception)µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Overload base constructor

Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax

public ComputationException(
	string errorMessage,
	Exception innerException
)

Parameters

errorMessage
Type: System String
Detailed information about the error
innerException
Type: System Exception
original exception that was raised
See Also