메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
CommsException ( |
Constructor required by the runtime and by .NET programming conventions
|
protected CommsException ( |
||
info | ||
context | ||
리턴 | System |
public CommsException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
리턴 | System |
public CommsException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
리턴 | System |