Метод | Описание | |
---|---|---|
UnexpectedPacketTypeException ( ) : System |
Create a new instance of UnexpectedPacketTypeException
|
|
UnexpectedPacketTypeException ( string msg ) : System |
Create a new instance of UnexpectedPacketTypeException
|
|
UnexpectedPacketTypeException ( string msg, |
Create a new instance of UnexpectedPacketTypeException
|
Метод | Описание | |
---|---|---|
UnexpectedPacketTypeException ( |
Constructor required by the runtime and by .NET programming conventions
|
public UnexpectedPacketTypeException ( ) : System | ||
Результат | System |
protected UnexpectedPacketTypeException ( |
||
info | ||
context | ||
Результат | System |
public UnexpectedPacketTypeException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
Результат | System |
public UnexpectedPacketTypeException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
Результат | System |