Méthode | Description | |
---|---|---|
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
|
Méthode | Description | |
---|---|---|
SerialisationException ( |
Constructor required by the runtime and by .NET programming conventions
|
protected SerialisationException ( |
||
info | ||
context | ||
Résultat | System |
public SerialisationException ( string msg ) : System | ||
msg | string | A string containing useful information regarding the error |
Résultat | System |
public SerialisationException ( string msg, |
||
msg | string | A string containing useful information regarding the error |
innerException | An associated inner exception | |
Résultat | System |