C# Class Yort.Ntp.NtpNetworkErrorEventArgs

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

Méthodes publiques

Méthode Description
NtpNetworkErrorEventArgs ( Exception exception ) : System

Full constructor.

Method Details

NtpNetworkErrorEventArgs() public méthode

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