Thrown if an upgrade of the DB to a newer version of OpenPetra cannot be done.
More...
Thrown if an upgrade of the DB to a newer version of OpenPetra cannot be done.
◆ EDBUnsupportedDBUpgradeException() [1/3]
| Ict.Common.DB.Exceptions.EDBUnsupportedDBUpgradeException.EDBUnsupportedDBUpgradeException |
( |
| ) |
|
|
inline |
Initializes a new instance of this Exception Class.
◆ EDBUnsupportedDBUpgradeException() [2/3]
| Ict.Common.DB.Exceptions.EDBUnsupportedDBUpgradeException.EDBUnsupportedDBUpgradeException |
( |
String |
AMessage | ) |
|
|
inline |
Initializes a new instance of this Exception Class with a specified error message.
The string that is passed in AMessage currently needs to contain the exact string "Unsupported upgrade" so that the Client can react properly...
- Parameters
-
| AMessage | The error message that explains the reason for the Exception. |
◆ EDBUnsupportedDBUpgradeException() [3/3]
| Ict.Common.DB.Exceptions.EDBUnsupportedDBUpgradeException.EDBUnsupportedDBUpgradeException |
( |
string |
AMessage, |
|
|
Exception |
AInnerException |
|
) |
| |
|
inline |
Initializes a new instance of this Exception Class with a specified error message and a reference to the inner Exception that is the cause of this Exception.
The string that is passed in AMessage currently needs to contain the exact string "Unsupported upgrade" so that the Client can react properly...
- Parameters
-
| AMessage | The error message that explains the reason for the Exception. |
| AInnerException | The Exception that is the cause of the current Exception, or a null reference if no inner Exception is specified. |
The documentation for this class was generated from the following file: