Method | Description | |
---|---|---|
ConnectionSendTimeoutException ( ) : System |
Create a new instance of ConnectionSendTimeoutException
|
|
ConnectionSendTimeoutException ( string msg ) : System |
Create a new instance of ConnectionSendTimeoutException
|
|
ConnectionSendTimeoutException ( string msg, |
Create a new instance of ConnectionSendTimeoutException
|
Method | Description | |
---|---|---|
ConnectionSendTimeoutException ( |
Constructor required by the runtime and by .NET programming conventions
|
public ConnectionSendTimeoutException ( ) : System | ||
return | System |
protected ConnectionSendTimeoutException ( |
||
info | ||
context | ||
return | System |
public ConnectionSendTimeoutException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
return | System |
public ConnectionSendTimeoutException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
return | System |