-
-
Notifications
You must be signed in to change notification settings - Fork 5
MathException
Miroiu Emanuel edited this page Oct 12, 2022
·
1 revision
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
The position of the token where the exception was raised.
public int Position { get; set; }
Property Value