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

Exception used when an error occurs during a backup
Inheritance: System.Exception
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
FwBackupException ( string projectName, Exception inner ) : System

Initializes a new instance of the FwBackupException class.

Method Details

FwBackupException() public method

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