Table of Contents

Class NCalcParserException

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

Constructors

NCalcParserException(string)

public NCalcParserException(string message)

Parameters

message string

NCalcParserException(string, Exception)

public NCalcParserException(string message, Exception exception)

Parameters

message string
exception Exception