C# 클래스 SIL.FieldWorks.FDO.DomainServices.BackupRestore.FwBackupException

Exception used when an error occurs during a backup
상속: System.Exception
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
FwBackupException ( string projectName, Exception inner ) : System

Initializes a new instance of the FwBackupException class.

메소드 상세

FwBackupException() 공개 메소드

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