Click or drag to resize

LoggerNotUseException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the LoggerNotUseException class

Namespace: Casewhere.Infrastructure.Logging
Assembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected LoggerNotUseException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
 
context  StreamingContext
 
See Also