C# Class SIL.FieldWorks.FDO.DomainServices.BackupRestore.FwBackupException

Exception used when an error occurs during a backup
Inheritance: System.Exception
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
FwBackupException ( string projectName, Exception inner ) : System

Initializes a new instance of the FwBackupException class.

Method Details

FwBackupException() public méthode

Initializes a new instance of the FwBackupException class.
public FwBackupException ( string projectName, Exception inner ) : System
projectName string
inner System.Exception
Résultat System