public YamlDeserializationFailure(YamlFile file, Exception ex)
 {
     this.File      = file;
     this.Exception = ex;
 }
Пример #2
0
 public void AddFile(YamlFile file)
 {
     YamlFiles.Add(file);
 }