Table of Contents

Class LogOutputUnusableException

Namespace
Homa.Sdk.Logging
Assembly
Homa.Sdk.Logging.dll

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

info SerializationInfo
context StreamingContext

LogOutputUnusableException(string)

public LogOutputUnusableException(string message)

Parameters

message string

LogOutputUnusableException(string, Exception)

public LogOutputUnusableException(string message, Exception innerException)

Parameters

message string
innerException Exception