Пример #1
0
 protected AnnotationError(AnnotationError error) : this(error.Attribute, error.Message)
 {
 }
Пример #2
0
 public AnnotationResult(AnnotationError error, Path path) : base(error)
 {
     this.Path = path;
 }