Method | Description | |
---|---|---|
GetObjectData ( System info, System context ) : void |
Serialises this object instance.
|
|
NtpNetworkException ( ) : System |
Default constructor, required by framework. Not recommended for use.
|
|
NtpNetworkException ( string message ) : System |
Partial constructor. Provides only a text based description of the error.
|
|
NtpNetworkException ( string message, |
Partial constructor, recommended. Provides an error message, a socket error code and a reference to the original exception.
|
|
NtpNetworkException ( string message, int socketErrorCode ) : System |
Partial constructor, recommended. Provides an error message and a socket error code.
|
|
NtpNetworkException ( string message, int socketErrorCode, |
Partial constructor, recommended. Provides an error message and a socket error code.
|
Method | Description | |
---|---|---|
NtpNetworkException ( System info, System context ) : System |
Constructor required for serialisation purposes. Not recommended for direct use.
|
public GetObjectData ( System info, System context ) : void | ||
info | System | A |
context | System | A |
return | void |
protected NtpNetworkException ( System info, System context ) : System | ||
info | System | A |
context | System | A |
return | System |
public NtpNetworkException ( string message ) : System | ||
message | string | The human readable error message describing the network error. |
return | System |
public NtpNetworkException ( string message, |
||
message | string | The human readable error message describing the network error. |
inner | The original exception that is wrapped by this exception. | |
return | System |
public NtpNetworkException ( string message, int socketErrorCode ) : System | ||
message | string | The human readable error message describing the network error. |
socketErrorCode | int | An integer specifying a socket error. |
return | System |
public NtpNetworkException ( string message, int socketErrorCode, |
||
message | string | The human readable error message describing the network error. |
socketErrorCode | int | An integer specifying a socket error. |
inner | The original exception that is wrapped by this exception. | |
return | System |