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