ServiceHostBaseLogException Method
Logs an exception.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.141 -- Release Build+bdf56a3938e56213864ec1432892d5e4deb869ac
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.