Class ProbeExecutionException
- Namespace
- Kuestenlogik.Bowire.Monitoring
- Assembly
- Kuestenlogik.Bowire.Monitoring.dll
Thrown by an IProbeExecutor when a probe run couldn't complete. The runner catches this (and only this) to record an Error outcome.
public sealed class ProbeExecutionException : Exception, ISerializable
- Inheritance
-
ProbeExecutionException
- Implements
- Inherited Members
Constructors
ProbeExecutionException()
public ProbeExecutionException()
ProbeExecutionException(string)
public ProbeExecutionException(string message)
Parameters
messagestring
ProbeExecutionException(string, Exception)
public ProbeExecutionException(string message, Exception innerException)