C# Class Patchwork.Engine.PatchImportException

Inheritance: PatchException
Afficher le fichier Open project: GregRos/Patchwork

Méthodes publiques

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

Méthodes protégées

Méthode Description
PatchImportException ( SerializationInfo info, StreamingContext c ) : System

Method Details

PatchImportException() public méthode

public PatchImportException ( ) : System
Résultat System

PatchImportException() protected méthode

protected PatchImportException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
Résultat System

PatchImportException() public méthode

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

PatchImportException() public méthode

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