예제 #1
0
 public XmlErrorResult(StreamErrorKind error)
 {
     this.error = error;
 }
예제 #2
0
파일: Parser.cs 프로젝트: remobjects/ipxmpp
 public static XmlParserResult Create(StreamErrorKind error)
 {
     return new XmlErrorResult(error);
 }
예제 #3
0
 public static XmlParserResult Create(StreamErrorKind error)
 {
     return(new XmlErrorResult(error));
 }
예제 #4
0
파일: Parser.cs 프로젝트: remobjects/ipxmpp
 public XmlErrorResult(StreamErrorKind error)
 {
     this.error = error;
 }