Class ProbeFileException

Namespace
Kuestenlogik.Bowire.Monitoring
Assembly
Kuestenlogik.Bowire.Monitoring.dll

Thrown when a probe file can't be read or parsed.

public sealed class ProbeFileException : Exception, ISerializable
Inheritance
ProbeFileException
Implements
Inherited Members

Constructors

ProbeFileException()

public ProbeFileException()

ProbeFileException(string)

public ProbeFileException(string message)

Parameters

message string

ProbeFileException(string, Exception)

public ProbeFileException(string message, Exception innerException)

Parameters

message string
innerException Exception