<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

kCura.Data.RowDataGateway.ReadFailedException

Represents an exceptional failure attempting to read data via SQL.
public string AttemptedQuery { get; }

Gets the attempted query associated with this exception.

Initializes a new instance of ReadFailedException.

public ReadFailedException(string message)

Initializes a new instance of ReadFailedException with the specified message.

public ReadFailedException(string message, Exception innerException)

Initializes a new instance of ReadFailedException with the specified message and inner exception.

public ReadFailedException(string message, string attemptedQuery, Exception innerException)

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.