protected internal SqlServerVersionNotSupportedException(SqlServerVersion sqlVersion)
     : base($"SQL Server {sqlVersion.GetHashCode()} is not supported from SqlTableDependency.")
 {
 }
 protected internal SqlServerVersionNotSupported(SqlServerVersion sqlVersion) 
     : base($"SQL Server {sqlVersion.GetHashCode()} is not supported from SqlTableDependency.")
 {
 }
 protected internal SqlServerVersionNotSupportedException(SqlServerVersion sqlVersion)
     : base($"SQL Server {sqlVersion.GetHashCode()} is not supported from EventReactor.")
 {
 }