Click or drag to resize

NLogRuntimeException Class

Exception thrown during log event processing.
Inheritance Hierarchy
SystemObject
  SystemException
    NLogNLogRuntimeException

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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