GeneralException.GetErrorId Method
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static Errors GetErrorId(
Exception e
)
Public Shared Function GetErrorId (
e As Exception
) As Errors
public:
static Errors GetErrorId(
Exception^ e
)
static member GetErrorId :
e : Exception -> Errors
- e Exception
- Exception to get the internal ID of error for.
ErrorsInternal ID of error which is associated with the specified exception.