WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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