MssqlUnsafeWriteException constructor

const MssqlUnsafeWriteException(
  1. String table,
  2. String operation
)

Implementation

const MssqlUnsafeWriteException(this.table, this.operation);