 | NetworkLogEventDroppedEventArgs Class |
Inheritance HierarchySystemObject
SystemEventArgs
NLog.TargetsNetworkLogEventDroppedEventArgs
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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