We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Namespace: StringMath
Assembly: StringMath
Inheritance: Object → Exception → MathException
References: ErrorCode
Base library exception.
public sealed class MathException : Exception
The error code of the exception.
public ErrorCode Code { get; set; }
Property Value
ErrorCode
The position of the token where the exception was raised.
public int Position { get; set; }
Int32