Class SignalerException
- Namespace
- Kuestenlogik.Bowire.Monitoring
- Assembly
- Kuestenlogik.Bowire.Monitoring.dll
Thrown by an ISignaler when delivery fails. The runner catches this (and only this) so a bad channel is logged and skipped without aborting the run — a general exception (a bug in the signaler) still propagates.
public sealed class SignalerException : Exception, ISerializable
- Inheritance
-
SignalerException
- Implements
- Inherited Members
Constructors
SignalerException()
public SignalerException()
SignalerException(string)
public SignalerException(string message)
Parameters
messagestring
SignalerException(string, Exception)
public SignalerException(string message, Exception innerException)