Skip to content
Miroiu Emanuel edited this page Oct 12, 2022 · 1 revision

MathException Class

Namespace: StringMath

Assembly: StringMath

Inheritance: ObjectExceptionMathException

References: ErrorCode

Base library exception.

public sealed class MathException : Exception

Properties

Code

The error code of the exception.

public ErrorCode Code { get; set; }

Property Value

ErrorCode

Position

The position of the token where the exception was raised.

public int Position { get; set; }

Property Value

Int32

Clone this wiki locally