Microsoft.Xrm.Sdk.Data.Exceptions Namespace
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.
Contains types for data exceptions.
Classes
AuthenticationException |
The exception that is thrown when authentication fails. |
EndpointException |
The exception that is thrown when an endpoint is misconfigured. |
ExternalMetadataNotFoundException |
The exception that is thrown when an external metadata reference does not exist. |
GenericDataAccessException |
The exception that is thrown when a data access operation fails. |
InvalidMetadataException |
The exception that is thrown when metadata is not valid for a Data Provider. |
InvalidQueryException |
The exception that is thrown when a QueryExpression is not valid for a Data Provider. |
ObjectNotFoundException |
The exception that is thrown when a record does not exist. |
TimeoutException |
The exception that is thrown when the time allotted for a data operation has expired. |