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: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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