C# Class Prizm.Main.Synch.Import.ImportException

Inheritance: System.Exception
Afficher le fichier Open project: AleksMorozova/prizm Class Usage Examples

Méthodes publiques

Méthode Description
ImportException ( ) : System
ImportException ( string message ) : System
ImportException ( string message, Exception inner ) : System

Method Details

ImportException() public méthode

public ImportException ( ) : System
Résultat System

ImportException() public méthode

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

ImportException() public méthode

public ImportException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System