C# Class MathParserNet.Exceptions.CouldNotParseExpressionException

Inheritance: System.Exception
显示文件 Open project: FlorianRappl/YAMP

Public Methods

Method Description
CouldNotParseExpressionException ( ) : System
CouldNotParseExpressionException ( string message ) : System
CouldNotParseExpressionException ( string message, Exception innerException ) : System

Protected Methods

Method Description
CouldNotParseExpressionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CouldNotParseExpressionException() public method

public CouldNotParseExpressionException ( ) : System
return System

CouldNotParseExpressionException() protected method

protected CouldNotParseExpressionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CouldNotParseExpressionException() public method

public CouldNotParseExpressionException ( string message ) : System
message string
return System

CouldNotParseExpressionException() public method

public CouldNotParseExpressionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System