Example #1
0
 public XmlErrorResult(StreamErrorKind error)
 {
     this.error = error;
 }
Example #2
0
 public static XmlParserResult Create(StreamErrorKind error)
 {
     return new XmlErrorResult(error);
 }
Example #3
0
 public static XmlParserResult Create(StreamErrorKind error)
 {
     return(new XmlErrorResult(error));
 }
Example #4
0
 public XmlErrorResult(StreamErrorKind error)
 {
     this.error = error;
 }