Click or drag to resize

NLogRuntimeException Class

Exception thrown during log event processing.
Inheritance Hierarchy

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
[SerializableAttribute]
public class NLogRuntimeException : Exception
Constructors
  NameDescription
Public methodNLogRuntimeException
Initializes a new instance of the NLogRuntimeException class.
Public methodNLogRuntimeException(String)
Initializes a new instance of the NLogRuntimeException class.
Protected methodNLogRuntimeException(SerializationInfo, StreamingContext)
Initializes a new instance of the NLogRuntimeException class.
Public methodNLogRuntimeException(String, Exception)
Initializes a new instance of the NLogRuntimeException class.
Top
See Also