Exception Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class Exception
public enum Exception
type Exception =
Public Enum Exception
- Inheritance
-
Exception
Fields
Name | Value | Description |
---|---|---|
Info | 0 | |
Warning | 1 | |
Deadlock | 2 | |
Error | 3 | |
Internal | 4 | |
Break | 5 | |
DDEerror | 6 | |
Sequence | 7 | |
Numeric | 8 | |
CLRError | 9 | |
CodeAccessSecurity | 10 | |
UpdateConflict | 11 | |
UpdateConflictNotRecovered | 12 | |
DuplicateKeyException | 13 | |
DuplicateKeyExceptionNotRecovered | 14 | |
Timeout | 15 | |
PassClrObjectAcrossTiers | 16 | |
NoValidRunnableCode | 17 | |
ViewDataSourceValidation | 18 | |
SystemMaintenance | 21 | |
CompanyAccessViolation | 22 | |
TransientSqlConnectionError | 23 | |
PersistentSqlConnectionError | 24 | |
MethodNotFound | 61 | |
TypeCast | 79 | |
FunctionArgument | 83 | |
ItemNotOpened | 91 | |
ItemDoesNotExist | 92 |