C# Класс SIL.FieldWorks.FDO.FdoFileLockedException

Exception thrown when we try to open a project that is locked
Наследование: SIL.CoreImpl.StartupException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FdoFileLockedException() публичный метод

Initializes a new instance of the FdoFileLockedException class.
public FdoFileLockedException ( string message ) : SIL.CoreImpl
message string The message.
Результат SIL.CoreImpl

FdoFileLockedException() публичный метод

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 ///
Результат SIL.CoreImpl