Class LogOutputUnusableException
Represents an error a ILogOutput encountered, that prevents it from processing more LogMessage.
public class LogOutputUnusableException : Exception, ISerializable
- Inheritance
-
LogOutputUnusableException
- Implements
- Inherited Members
Remarks
An ILogOutput throwing this exception will not receive any more LogMessage.
Constructors
LogOutputUnusableException()
public LogOutputUnusableException()
LogOutputUnusableException(SerializationInfo, StreamingContext)
protected LogOutputUnusableException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
LogOutputUnusableException(string)
public LogOutputUnusableException(string message)
Parameters
messagestring
LogOutputUnusableException(string, Exception)
public LogOutputUnusableException(string message, Exception innerException)