C# Class Shaolinq.InvalidDataAccessObjectAccessException

Thrown when you try to use a deflated DAO reference to update an object but the deflated reference is invalid.
Inheritance: Shaolinq.DataAccessException
Exibir arquivo Open project: tumtumtum/Shaolinq

Public Methods

Method Description
InvalidDataAccessObjectAccessException ( Exception innerException, string relatedQuery ) : System

Method Details

InvalidDataAccessObjectAccessException() public method

public InvalidDataAccessObjectAccessException ( Exception innerException, string relatedQuery ) : System
innerException System.Exception
relatedQuery string
return System