NtpException Class
Namespace
GuerrillaNtp (view all)
Assembly
GuerrillaNtp.dll
Represents errors that occur in SNTP packets or during SNTP operation.
public class NtpException : Exception
Extends
Properties
Gets the SNTP packet that caused this exception, if any.
Packet Property
Gets the SNTP packet that caused this exception, if any.
public NtpPacket Packet { get; }
Value
SNTP packet that caused this exception, usually reply packet,
or null
if the error is not specific to any packet.