Enum XDataRuntimeExceptionType
XData runtime exception type
Namespace: XData.Exceptions
Assembly: XData.docfx.dll
Syntax
public enum XDataRuntimeExceptionType
Fields
Name | Description |
---|---|
ArgumentError | Argument error |
AssemblyNotFoundError | Assembly not found by path |
AttachedHandlersNotFoundError | Attached handlers collection not found |
CustomActionAttributeNotFoundError | CustomActionAttribute not found |
CustomLogicError | Custom logic error |
DataConversionError | Data conversion error |
DataMappingAttributeNotFoundError | Data mapping attribute not found |
DataMappingError | Data mapping error |
FunctionLockedError | Function is locked |
GetIndexedAttributeError | IndexedAttribute not found |
GetOriginalDataError | Original data not found |
GetPropertyValueError | Property not found |
GetRepositoryError | Object not attached to repository |
GetSerializedDataFieldError | SerializedData field not found |
GetStateError | Object state not found |
PropertyIsReadOnlyError | Property is read only |
RepositoryIsReadOnlyError | Repository marked as read only |
ServerCallError | XData Application Server call error |
SessionCreationFailedError | Application server session creation failed |
SessionNotFoundError | Application server session not found |
TypeLoadingError | Type loading error |
TypeNotFoundError | Type not found in assembly |
WorkSetError | Work set data access error |