Table of Contents

Class NCalcException

Namespace
NCalc.Exceptions
Assembly
NCalc.Core.dll
public class NCalcException : Exception, ISerializable
Inheritance
NCalcException
Implements
Derived
Inherited Members

Constructors

NCalcException(string)

public NCalcException(string message)

Parameters

message string

NCalcException(string, Exception)

protected NCalcException(string message, Exception exception)

Parameters

message string
exception Exception