public SubstituteExceptions()
        {
            SubstituteExceptionsSchema _schema = new SubstituteExceptionsSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
 public SubstituteExceptions()
 {
     SubstituteExceptionsSchema _schema = new SubstituteExceptionsSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }