MssqlCardinalityException constructor

const MssqlCardinalityException(
  1. String table,
  2. String method,
  3. int seen
)

Implementation

const MssqlCardinalityException(this.table, this.method, this.seen);