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