The method translates the exception stack into an EventId.
If the stack contains an EnvironmentException then the EventId is taken from that exception object.
Otherwise it looks for known SQL exceptions.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static EventId GetEventId(
Exception ex
)
Parameters
- ex
- Type: SystemException
Return Value
Type:
EventId
See Also