GeneralExceptionGetErrorText(SessionProfile, Errors) Method
Returns a localized text value of the exception for a given mathematical error.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static string GetErrorText(
SessionProfile sessionProfile,
Errors inc
)
Public Shared Function GetErrorText (
sessionProfile As SessionProfile,
inc As Errors
) As String
public:
static String^ GetErrorText(
SessionProfile^ sessionProfile,
Errors inc
)
static member GetErrorText :
sessionProfile : SessionProfile *
inc : Errors -> string
- sessionProfile SessionProfile
- Session properties.
- inc Errors
- Error to get text representation for.
StringA localized text value of the exception for a given mathematical error.