Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
GenericDataAccessException Class
Definition
- Namespace:
- Microsoft.Xrm.Sdk.Data.Exceptions
- Assembly:
- Microsoft.Xrm.Sdk.Data.dll
- Package:
- Microsoft.CrmSdk.Data v9.0.2.60
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.
The exception that is thrown when a data access operation fails.
public ref class GenericDataAccessException sealed : Microsoft::Xrm::Sdk::SdkExceptionBase
[System.Serializable]
public sealed class GenericDataAccessException : Microsoft.Xrm.Sdk.SdkExceptionBase
[<System.Serializable>]
type GenericDataAccessException = class
inherit SdkExceptionBase
Public NotInheritable Class GenericDataAccessException
Inherits SdkExceptionBase
- Inheritance
-
GenericDataAccessException
- Attributes
Constructors
| Name | Description |
|---|---|
| GenericDataAccessException(Exception) |
Initializes a new instance of the GenericDataAccessException class with the specified inner exception. |
| GenericDataAccessException(String, Exception) |
Initializes a new instance of the GenericDataAccessException class with the specified error message and inner exception. |
| GenericDataAccessException(String) |
Initializes a new instance of the GenericDataAccessException class with the specified error message. |
