C# Class SIL.FieldWorks.FDO.FdoFileLockedException

Exception thrown when we try to open a project that is locked
Inheritance: SIL.CoreImpl.StartupException
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
FdoFileLockedException ( string message ) : SIL.CoreImpl

Initializes a new instance of the FdoFileLockedException class.

FdoFileLockedException ( string message, bool fReportToUser ) : SIL.CoreImpl

Initializes a new instance of the FdoFileLockedException class.

Method Details

FdoFileLockedException() public method

Initializes a new instance of the FdoFileLockedException class.
public FdoFileLockedException ( string message ) : SIL.CoreImpl
message string The message.
return SIL.CoreImpl

FdoFileLockedException() public method

Initializes a new instance of the FdoFileLockedException class.
public FdoFileLockedException ( string message, bool fReportToUser ) : SIL.CoreImpl
message string The message.
fReportToUser bool True to report this error to the user, false otherwise ///
return SIL.CoreImpl