예제 #1
0
파일: Incoming.cs 프로젝트: stick/zeroc-ice
        public void writeUserException__(Ice.UserException ex, Ice.FormatType format)
        {
            BasicStream os__ = startWriteParams__(format);

            os__.writeUserException(ex);
            endWriteParams__(false);
        }