C# Class PatchworkLauncher.PatchingProcessException

Inheritance: System.Exception
Afficher le fichier Open project: GregRos/Patchwork Class Usage Examples

Méthodes publiques

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

Method Details

PatchingProcessException() public méthode

public PatchingProcessException ( Exception innerException ) : System
innerException System.Exception
Résultat System

PatchingProcessException() public méthode

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

PatchingProcessException() public méthode

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