GeneralException.GetErrorText(SessionProfile) Method

Returns a localized text value of the exception.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public virtual string GetErrorText(
	SessionProfile sessionProfile
)

Parameters

sessionProfile  SessionProfile
Session properties.

Return Value

String
A localized text value of the exception.

See Also