C# Class System.Runtime.Serialization.SerializationException

Inheritance: SystemException
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
SerializationException ( ) : System
SerializationException ( string message ) : System
SerializationException ( string message, Exception innerException ) : System

Method Details

SerializationException() public méthode

public SerializationException ( ) : System
Résultat System

SerializationException() public méthode

public SerializationException ( string message ) : System
message string
Résultat System

SerializationException() public méthode

public SerializationException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System