Class DownstreamErrorEventArgs
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
Downstream error event arguments
public class DownstreamErrorEventArgs : EventArgs
- Inheritance
-
DownstreamErrorEventArgs
- Inherited Members
Constructors
DownstreamErrorEventArgs(int)
public DownstreamErrorEventArgs(int count)
Parameters
count
int
Properties
Count
Error count
public int Count { get; }