ServiceHostBaseLogException Method
Logs an exception.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
protected virtual void LogException(
Exception ex
)
Protected Overridable Sub LogException (
ex As Exception
)
protected:
virtual void LogException(
Exception^ ex
)
function LogException(ex);
Parameters
- ex Exception
- Exception to log.