C# Class SIL.FieldWorks.Common.ScriptureUtils.ParatextLoadException

Exception raised when Paratext is not installed correctly or Paratext Project cannot be loaded.
Inheritance: System.Exception
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
ParatextLoadException ( string message, Exception innerException ) : System

Initializes a new instance of the T:ParatextLoadException class.

Method Details

ParatextLoadException() public method

Initializes a new instance of the T:ParatextLoadException class.
public ParatextLoadException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception
return System