Пример #1
0
 public virtual void iceWrite(OutputStream ostr)
 {
     ostr.StartException(null);
     iceWriteImpl(ostr);
     ostr.EndException();
 }