C# Class Patchwork.Engine.PatchDeclerationException

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

Méthodes publiques

Méthode Description
PatchDeclerationException ( ) : System
PatchDeclerationException ( SerializationInfo info, StreamingContext c ) : System
PatchDeclerationException ( string message ) : System
PatchDeclerationException ( string message, Exception innerException ) : System

Method Details

PatchDeclerationException() public méthode

public PatchDeclerationException ( ) : System
Résultat System

PatchDeclerationException() public méthode

public PatchDeclerationException ( SerializationInfo info, StreamingContext c ) : System
info System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
Résultat System

PatchDeclerationException() public méthode

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

PatchDeclerationException() public méthode

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