Метод | Описание | |
---|---|---|
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
|
Метод | Описание | |
---|---|---|
ConnectionShutdownException ( |
Constructor required by the runtime and by .NET programming conventions
|
public ConnectionShutdownException ( ) : System | ||
Результат | System |
protected ConnectionShutdownException ( |
||
info | ||
context | ||
Результат | System |
public ConnectionShutdownException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
Результат | System |
public ConnectionShutdownException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
Результат | System |