GenericDataAccessException Class

Definition

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

GenericDataAccessException(Exception)

Initializes a new instance of the GenericDataAccessException class with the specified inner exception.

GenericDataAccessException(String)

Initializes a new instance of the GenericDataAccessException class with the specified error message.

GenericDataAccessException(String, Exception)

Initializes a new instance of the GenericDataAccessException class with the specified error message and inner exception.

Applies to