[This is preliminary documentation and is subject to change.]
Notifies log service of exception that surfaced during processing of a particular message
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected void SetError(
Exception error,
Message msg
)
protected void SetError(
Exception error,
Message msg
)
Protected Sub SetError (
error As Exception,
msg As Message
)
Protected Sub SetError (
error As Exception,
msg As Message
)
protected:
void SetError(
Exception^ error,
Message^ msg
)
protected:
void SetError(
Exception^ error,
Message^ msg
)
member SetError :
error : Exception *
msg : Message -> unit
member SetError :
error : Exception *
msg : Message -> unit