Table of Contents

Class LoggerNotUseException

Namespace: Casewhere.Infrastructure.Logging
Assembly: Casewhere.Infrastructure.Logging.dll

public class LoggerNotUseException : Exception, ISerializable, _Exception

Inheritance

objectExceptionLoggerNotUseException

Implements

ISerializable, _Exception

Inherited Members

Exception.GetBaseException(), Exception.ToString(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.GetType(), Exception.Message, Exception.Data, Exception.InnerException, Exception.TargetSite, Exception.StackTrace, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.SerializeObjectState, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<LoggerNotUseException>(LoggerNotUseException)

Constructors

LoggerNotUseException()

public LoggerNotUseException()

LoggerNotUseException(string)

public LoggerNotUseException(string message)

Parameters

message string

LoggerNotUseException(string, params object[])

public LoggerNotUseException(string format, params object[] args)

Parameters

format string

args object[]

LoggerNotUseException(string, Exception)

public LoggerNotUseException(string message, Exception innerException)

Parameters

message string

innerException Exception

LoggerNotUseException(string, Exception, params object[])

public LoggerNotUseException(string format, Exception innerException, params object[] args)

Parameters

format string

innerException Exception

args object[]

LoggerNotUseException(SerializationInfo, StreamingContext)

protected LoggerNotUseException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

context StreamingContext