Skip to main content

Class NetworkErrorEventArgs

Data relating to a WiFi error event.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class NetworkErrorEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

When

Date and time the event was generated.

View Source
Declaration
public DateTime When { get; }

ErrorCode

Error code.

View Source
Declaration
public uint ErrorCode { get; }