 | NetworkLogEventDroppedEventArgs Class |
Inheritance HierarchySystemObject
SystemEventArgs
NLog.TargetsNetworkLogEventDroppedEventArgs
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntaxpublic class NetworkLogEventDroppedEventArgs : EventArgs
Public Class NetworkLogEventDroppedEventArgs
Inherits EventArgs
Dim instance As NetworkLogEventDroppedEventArgs
type NetworkLogEventDroppedEventArgs =
class
inherit EventArgs
end
The NetworkLogEventDroppedEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Reason |
The reason why log was dropped
|
Top
See Also