public XmlFormatter()
 {
     Context = new StreamingContext(StreamingContextStates.All);
     Binder = new XmlFormatterBinder();
     ErrorCallback = (error) => { throw new Exception(error); };
 }
Exemplo n.º 2
0
 public XmlFormatter()
 {
     Context       = new StreamingContext(StreamingContextStates.All);
     Binder        = new XmlFormatterBinder();
     ErrorCallback = (error) => { throw new Exception(error); };
 }