public override int TightMarshal1(OpenWireFormat wireFormat, Object o, BooleanStream bs) { ExceptionResponse info = (ExceptionResponse)o; int rc = base.TightMarshal1(wireFormat, o, bs); rc += TightMarshalBrokerError1(wireFormat, info.Exception, bs); return rc + 0; }