GeneralException.GetErrorId Method

Retrieves the value of ErrorId from the specified exception. Unless the exception is derived from GeneralException returns CriticalError.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static Errors GetErrorId(
	Exception e
)

Parameters

e  Exception
Exception to get the internal ID of error for.

Return Value

Errors
Internal ID of error which is associated with the specified exception.

See Also