kCura.Data.RowDataGateway.ReadFailedException
Represents an exceptional failure attempting to read data via SQL.
Gets the attempted query associated with this exception.
public ReadFailedException()
Initializes a new instance of ReadFailedException.
Initializes a new instance of ReadFailedException with the specified message.
Initializes a new instance of ReadFailedException with the specified message and inner exception.
Initializes a new instance of ReadFailedException with the specified message, attempted query, and inner exception.
public ReadFailedException(string message, string attemptedQuery, string databasename, Exception innerException)
Initializes a new instance of ReadFailedException with the specified message, attempted query, database name, and inner exception.
Initializes a new instance of ReadFailedException with serialized data.