GeneralExceptionGetErrorText(SessionProfile, Errors) Method

Returns a localized text value of the exception for a given mathematical error.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public static string GetErrorText(
	SessionProfile sessionProfile,
	Errors inc
)

Parameters

sessionProfile  SessionProfile
Session properties.
inc  Errors
Error to get text representation for.

Return Value

String
A localized text value of the exception for a given mathematical error.

See Also