[This is preliminary documentation and is subject to change.]
Enumerated type for all the OfficeClip Exception types
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum ExceptionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ExceptionType |
| Visual C++ |
|---|
public enum class ExceptionType |
Members
| Member name | Description | |
|---|---|---|
| NoError |
Not an exception, provided for default value
| |
| UnknownError |
The cause of the exception could not be determined
| |
| SystemError |
The exception caused by the system error, e.g. disk
failure.
| |
| ProgramError |
The exception caused by error in OfficeClip programming
| |
| AssertionError |
Exception caused by the assertion failure, note: only debug
version of the library will show this error.
| |
| DatabaseError |
Exception caused by the database.
| |
| SecurityError |
Exception caused by the OfficeClip security violation
| |
| ConfigurationError |
Exception caused by error in configuration of OfficeClip
| |
| FileSystemError |
Exception caused by the error in file system, i.e a file
could not be accessed
|
