C# Class Yort.Ntp.NtpNetworkErrorEventArgs

Event arguments for the NtpClient.ErrorOccurred event, containing details of the error that occurred.
Inheritance: System.EventArgs
Mostrar archivo Open project: Yortw/Yort.Ntp

Public Methods

Method Description
NtpNetworkErrorEventArgs ( Exception exception ) : System

Full constructor.

Method Details

NtpNetworkErrorEventArgs() public method

Full constructor.
public NtpNetworkErrorEventArgs ( Exception exception ) : System
exception System.Exception A containing details of the network or socket error that occurred.
return System