<PackageReference Include="Relativity.Other" Version="9.4.541.2" />

ExecuteSQLStatementFailedException

public string ExecutedStatement { get; set; }

public IEnumerable SQLParameters { get; set; }

public ExecuteSQLStatementFailedException(string message)

public ExecuteSQLStatementFailedException(string message, Exception innerException)

public ExecuteSQLStatementFailedException(Exception innerException, string executedSQL)

public ExecuteSQLStatementFailedException(Exception innerException, string executedSQL, IEnumerable parameters)

public ExecuteSQLStatementFailedException(string message, string executedSQL, Exception innerException)

public ExecuteSQLStatementFailedException(string message, string executedSQL, IEnumerable parameters, Exception innerException)

public void SecureParameter(string parameterName)