MssqlReadbackUnavailableException constructor
const
MssqlReadbackUnavailableException({})
Implementation
const MssqlReadbackUnavailableException({
required this.table,
required this.operation,
required this.reason,
});