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